ASPxClientGridViewCustomButtonEventArgs Properties
Provides data for the ASPxClientGridView.CustomButtonClick event.Name | Description |
---|---|
buttonID | Gets the value that identifies the custom button. |
processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
visibleIndex | Gets the value that identifies the row whose custom button has been clicked. |
See Also