DataPagerFieldCollection::Item Property (Int32)
.NET Framework (current version)
Gets the DataPagerField object that is at the specified index in the collection.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: [BrowsableAttribute(false)] property DataPagerField^ default[ int index ] { DataPagerField^ get(int index); }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the DataPagerField object to retrieve from the collection.
Property Value
Type: System.Web.UI.WebControls::DataPagerField^The DataPagerField object that is at the specified index in the collection.
.NET Framework
Available since 3.5
Available since 3.5
Show: