ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1RowIndexHeaderMode Enumeration

In This Topic
    C1RowIndexHeaderMode Enumeration
    In This Topic
    Determines what index should be displayed in the row header.
    Syntax
    'Declaration
     
    
    Public Enum C1RowIndexHeaderMode 
       Inherits System.Enum
    public enum C1RowIndexHeaderMode : System.Enum 
    Members
    MemberDescription
    DataIndexThe index of row in the underlying data source.
    RowIndexThe index of row as displayed in control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.DataGrid.C1RowIndexHeaderMode

    See Also