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

In This Topic
    InitialIndex Property (C1RowIndexHeaderBehavior)
    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