Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GroupByRow Class / GroupTemplate Property


In This Topic
    GroupTemplate Property
    In This Topic
    Gets or sets a reference to the group that will be used as a template to create the groups created by the GroupByRow.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property GroupTemplate As Group
    'Usage
     
    Dim instance As GroupByRow
    Dim value As Group
     
    instance.GroupTemplate = value
     
    value = instance.GroupTemplate
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public Group GroupTemplate {get; set;}

    Property Value

    A reference to a Group object representing the group that will be used as a template to create the groups created by the GroupByRow.
    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