BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
e.DisplayText = e.Style.Description
gridControl1[1, 1].Description = "PushButtonText";
sets the text that appears on PushButton cells.
So, I don''t know of any other description property that you can set. If you set the gridControl1[1, 1].Description property for cells other than PushButtons, you can make this description appear in the cell using the event I mentioned above.