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

In This Topic
    InitialIndex Property
    In This Topic
    Gets or sets the index displayed for the first row.
    Syntax
    'Declaration
     
    
    Public Property InitialIndex As Integer
    public int InitialIndex {get; set;}
    See Also