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

In This Topic
    SetRowIndexHeaderBehavior Method
    In This Topic
    Sets the behavior to show the row index in the row header.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetRowIndexHeaderBehavior( _
       ByVal obj As C1DataGrid, _
       ByVal value As C1RowIndexHeaderBehavior _
    ) 
    public static void SetRowIndexHeaderBehavior( 
       C1DataGrid obj,
       C1RowIndexHeaderBehavior value
    )

    Parameters

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