DataPagerFieldCollection.Item Property (Int32)

 

Gets the DataPagerField object that is at the specified index in the collection.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

[<BrowsableAttribute(false)>]
member Item : 
        index:int -> DataPagerField with get

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
Return to top
Show: