PagePropertiesChangingEventArgs.StartRowIndex Property

Definition

Gets the index of the first item of the page.

public:
 property int StartRowIndex { int get(); };
public int StartRowIndex { get; }
member this.StartRowIndex : int
Public ReadOnly Property StartRowIndex As Integer

Property Value

The index of the first item to display in a page of data in the ListView control.

Applies to

See also