DataPagerFieldCommandEventArgs.Item Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.