DataPager.StartRowIndex Property

Definition

Gets the index of the first record that is displayed on a page of data .

public:
 property int StartRowIndex { int get(); };
[System.ComponentModel.Browsable(false)]
public int StartRowIndex { get; }
[<System.ComponentModel.Browsable(false)>]
member this.StartRowIndex : int
Public ReadOnly Property StartRowIndex As Integer

Property Value

The index of the first record that is displayed on a page of data.

Attributes

Applies to

See also