Gets or sets a description of the column that is displayed as a tooltip over the column capiton.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public string Description { get; set; } |
Visual Basic |
---|
Public Property Description As String Get Set |
Visual C++ |
---|
public: property String^ Description { String^ get (); void set (String^ value); } |
F# |
---|
member Description : string with get, set |
Property Value
Type: StringThe description.