Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridControl Class / Title Property


Title Property (GridControl)
Gets or sets the title of the grid displayed in the GroupByRow.
Syntax
'Declaration
 
<DescriptionAttribute("The title of the grid in the GroupByRow.")>
<CategoryAttribute("Appearance")>
<ApplyToDesignerAttribute(True)>
Public Property Title As String
 
'Usage
 
Dim instance As GridControl
Dim value As String
 
instance.Title = value
 
value = instance.Title

Property Value

A string representing the title of the grid displayed in the GroupByRow.
Remarks

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