DataPagerFieldCommandEventArgs.Item Property

Definition

Gets the DataPagerFieldItem object that contains the control that raised the event.

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

Property Value

The DataPagerFieldItem object that contains the control that raised the event.

Remarks

Use the Item property to retrieve the DataPagerFieldItem object. The DataPagerFieldItem.PagerField property represents the pager field object that contains the control that raised the event. The DataPagerFieldItem.Pager property represents the DataPager control.

Applies to

See also