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


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GroupBase Class : Title Property
Gets or sets the title of the group.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property Title As String
'Usage
 
Dim instance As GroupBase
Dim value As String
 
instance.Title = value
 
value = instance.Title
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public string Title {get; set;}

Property Value

A string value representing the title of the group.
Remarks

The title of the group is displayed via the GroupManagerRow.Title property.

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

GroupBase Class
GroupBase Members