ListViewPagedDataSource.StartRowIndex Property

Definition

Gets or sets the index of the first record displayed on the page.

public:
 property int StartRowIndex { int get(); void set(int value); };
public int StartRowIndex { get; set; }
member this.StartRowIndex : int with get, set
Public Property StartRowIndex As Integer

Property Value

The index of the first record displayed on the page.

Applies to

See also