BootstrapGridViewCommandButtonSettings Properties
Provides settings that affect the command button’s appearance and functionality.| Name | Description |
|---|---|
| ButtonType | Obsolete. Specifies the button type that is used to render the current command button. Inherited from GridViewCommandButtonSettings. |
| CssClass | Provides access to CSS classes applied to visual elements of a command button. |
| IconCssClass | Gets or sets the CSS class of the icon to display within the command button. |
| RenderMode | Specifies the command button’s render mode. Inherited from GridCommandButtonSettings. |
| Text | Gets the command button’s text. Inherited from GridCommandButtonSettings. |
See Also