Xceed Grid for WinForms v4.3 Documentation
Title Property (Column)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > Column Class : Title Property
Gets or sets the title of the column displayed in the corresponding cell in the ColumnManagerRow.
Syntax
'Declaration
 
<DescriptionAttribute("The title of the column.")>
<CategoryAttribute("Appearance")>
<AmbientValueAttribute("")>
<LocalizableAttribute(True)>
<ApplyToDesignerAttribute(True)>
Public Property Title As String
'Usage
 
Dim instance As Column
Dim value As String
 
instance.Title = value
 
value = instance.Title
[Description("The title of the column.")]
[Category("Appearance")]
[AmbientValue("")]
[Localizable(true)]
[ApplyToDesigner(true)]
public string Title {get; set;}

Property Value

A string representing the title of the column displayed in the corresponding cell in the ColumnManagerRow.
Remarks

The title of the column might or might not correspond to the FieldName property.

To reset the value of the Title property to its default value, DefaultTitle, the ResetTitle method must be called or the Title property set to a null reference (Nothing in Visual Basic).

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Column Class
Column Members
ResetTitle Method
DefaultTitle Property