A newer version of this page is available.
Switch to the current version.
GridCommandButtonRenderMode Enum
Specifies the render mode of command buttons in the grid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
Members
Name | Description |
---|---|
Default | The command item render mode depends on the command column's and grid settings. If these settings are set to Default, the command button is rendered as a link. |
Link | The command item is rendered as a link. |
Image | The command item is rendered as an image. |
Button | The command item is rendered as a button. |
Danger | The button indicates a dangerous or potentially negative action. |
Outline | A button with a colored border and without a background color. |
Secondary | A button of secondary importance. |