ListView::IPageableItemContainer::StartRowIndex Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see IPageableItemContainer::StartRowIndex.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private: property int StartRowIndex { virtual int get() sealed = IPageableItemContainer::StartRowIndex::get; }
Property Value
Type: System::Int32The index of the first record that is displayed on a page of data in the ListView control.
Implements
IPageableItemContainer::StartRowIndexThe IPageableItemContainer::StartRowIndex property uses the value of the StartRowIndex property to get the index of the first record that is displayed on the page.
.NET Framework
Available since 3.5
Available since 3.5
Show: