DataPagerCommandEventArgs.PagerField Property

Definition

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

public:
 property System::Web::UI::WebControls::DataPagerField ^ PagerField { System::Web::UI::WebControls::DataPagerField ^ get(); };
public System.Web.UI.WebControls.DataPagerField PagerField { get; }
member this.PagerField : System.Web.UI.WebControls.DataPagerField
Public ReadOnly Property PagerField As DataPagerField

Property Value

The object that contains the button that was clicked.

Remarks

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

Applies to

See also