ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridGroupState Class / Index Property

In This Topic
    Index Property (DataGridGroupState)
    In This Topic
    Gets or sets the index of the sort between columns.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Index As Integer
    public int Index {get;}

    Property Value

    The index of the sort between columns.
    See Also