Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / RowType Enumeration


In This Topic
    RowType Enumeration
    In This Topic
    Value indicating which type of row is represented by an item in the HeadersFootersEditorControl.
    Syntax
    'Declaration
     
    Public Enum RowType 
       Inherits System.Enum
    'Usage
     
    Dim instance As RowType
    public enum RowType : System.Enum 
    Members
    MemberDescription
    ColumnManagerRowThe item represents a ColumnManagerRow.
    FilterRowThe item represents a FilterRow.
    GroupByRowThe item represents a GroupByControl.
    GroupHeaderRowThe item represents a GroupHeaderControl.
    HierarchicalGroupByRowThe item represents a HierarchicalGroupByControl.
    InsertionRowThe item represents an InsertionRow.
    MergedColumnManagerRowThe item represents a MergedColumnManagerRow.
    OtherThe item represents a custom row.
    StatRowThe item represents a StatRow.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.DataGrid.RowType

    Requirements

    Target Platforms: Windows 11, Windows 10, 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