ASPxGridCustomCommandButtonEventArgs Properties
Serves as a base for classes that provide data for command button related events.| Name | Description |
|---|---|
| ButtonID | Gets the processed custom button’s identifier. |
| Enabled | Gets or sets a value that specifies whether the processed custom button is enabled. |
| Image | Gets the settings of an image displayed within the processed custom button. |
| RenderMode | Specifies the processed custom command button’s render mode. |
| Styles | Gets the processed custom button’s style. |
| Text | Gets or sets the processed custom button’s text. |
| Visible | Gets or sets whether the processed custom button is visible. |
| VisibleIndex | Gets the visible index of a data item (row, card or record) which contains the processed custom button. |
See Also