[This is preliminary documentation and is subject to change.]
Provides the title of the column. If title not set the column ID is returned
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public string Title { get; set; }
public string Title { get; set; }
Public Property Title As String
Get
Set
Public Property Title As String
Get
Set
public:
property String^ Title {
String^ get ();
void set (String^ value);
}
public:
property String^ Title {
String^ get ();
void set (String^ value);
}
member Title : string with get, set
member Title : string with get, set
Property Value
Type:
String