ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1RowIndexHeaderBehavior Class / Mode Property

In This Topic
    Mode Property (C1RowIndexHeaderBehavior)
    In This Topic
    Gets or sets the mode which indicates which index will be shown.
    Syntax
    'Declaration
     
    
    Public Property Mode As C1RowIndexHeaderMode
    public C1RowIndexHeaderMode Mode {get; set;}
    See Also