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