ComponentOne DataGrid for WPF and Silverlight
SetRowIndexHeaderBehavior Method (C1RowIndexHeaderBehavior)

C1.WPF.DataGrid Namespace > C1RowIndexHeaderBehavior Class : SetRowIndexHeaderBehavior Method
The data grid in which the row index will be displayed.
The behavior.
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

Reference

C1RowIndexHeaderBehavior Class
C1RowIndexHeaderBehavior Members