DataPagerCommandEventArgs::PagerField Property

 

Gets the DataPagerField object that contains the button that was clicked.

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

public:
property DataPagerField^ PagerField {
	DataPagerField^ get();
}

Property Value

Type: System.Web.UI.WebControls::DataPagerField^

The object that contains the button that was clicked.

Use the PagerField property to retrieve the DataPagerField object. The DataPagerField object contains the button that was clicked.

.NET Framework
Available since 3.5
Return to top
Show: