ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1RowIndexHeaderBehavior Class / GetRowIndexHeaderBehavior Method
The data grid in which the row index will be displayed.

In This Topic
    GetRowIndexHeaderBehavior Method
    In This Topic
    Gets the row index in header behavior.
    Syntax
    'Declaration
     
    
    Public Shared Function GetRowIndexHeaderBehavior( _
       ByVal obj As C1DataGrid _
    ) As C1RowIndexHeaderBehavior
    public static C1RowIndexHeaderBehavior GetRowIndexHeaderBehavior( 
       C1DataGrid obj
    )

    Parameters

    obj
    The data grid in which the row index will be displayed.
    See Also