ASPxVerticalGridToolbarItemClickEventArgs Properties
Provides data for the ASPxVerticalGrid.ToolbarItemClick event.Name | Description |
---|---|
Handled | Specifies whether the toolbar item click is handled manually, so no default processing is required. Inherited from ASPxGridToolbarItemClickEventArgs. |
Item | Gets the toolbar item related to the event. |
See Also