Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GroupByRowStyle Class
Members


In This Topic
    GroupByRowStyle Class
    In This Topic
    Represents the style of a GroupByRow.
    Syntax
    'Declaration
     
    <DesignerAttribute("Xceed.Grid.Design.VisualGridElementStyleDesigner,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <DesignTimeVisibleAttribute(False)>
    <DefaultPropertyAttribute("BackColor")>
    <DefaultEventAttribute("BackColorChanged")>
    <ToolboxItemAttribute(False)>
    Public Class GroupByRowStyle 
       Inherits VisualGridElementStyle
    'Usage
     
    Dim instance As GroupByRowStyle
    [Designer("Xceed.Grid.Design.VisualGridElementStyleDesigner,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [DesignTimeVisible(false)]
    [DefaultProperty("BackColor")]
    [DefaultEvent("BackColorChanged")]
    [ToolboxItem(false)]
    public class GroupByRowStyle : VisualGridElementStyle 
    Inheritance Hierarchy

    System.Object
       Xceed.Grid.GridElementStyle
          Xceed.Grid.StatelessVisualGridElementStyle
             Xceed.Grid.VisualGridElementStyle
                Xceed.Grid.GroupByRowStyle

    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