Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Group Class / GroupByRowTitle Property


In This Topic
    GroupByRowTitle Property
    In This Topic
    Gets or sets the string used by the GroupByRow to represent the group.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The string used by the GroupByRow to represent the group.")>
    <CategoryAttribute("Appearance")>
    <AmbientValueAttribute("")>
    <LocalizableAttribute(True)>
    <ApplyToDesignerAttribute(True)>
    Public Property GroupByRowTitle As String
    'Usage
     
    Dim instance As Group
    Dim value As String
     
    instance.GroupByRowTitle = value
     
    value = instance.GroupByRowTitle
    [Description("The string used by the GroupByRow to represent the group.")]
    [Category("Appearance")]
    [AmbientValue("")]
    [Localizable(true)]
    [ApplyToDesigner(true)]
    public string GroupByRowTitle {get; set;}

    Property Value

    The string used by the GroupByRow to represent the group. This is the text that is displayed in the GroupByRow's cell which represents the group.
    Remarks

    To reset the value of the GroupByRowTitle property to its default value, DefaultGroupByRowTitle, the ResetGroupByRowTitle method must be called or the GroupByRowTitle 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