ASPxClientVerticalGridCustomButtonEventArgs Members
Provides data for the ASPxClientVerticalGrid.CustomButtonClick event.Constructors
| Name | Description |
|---|---|
| constructor(visibleIndex, buttonID) | Initializes a new instance of the ASPxClientVerticalGridCustomButtonEventArgs class. |
Properties
| Name | Description |
|---|---|
| buttonID | Gets the value which identifies the custom button. |
| processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
| visibleIndex | Gets the value which identifies the record whose custom button has been clicked. |
See Also