GridCommandButtonRenderMode Enum
In This Article
Specifies the render mode of command buttons in the grid.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Default | The command item render mode depends on the specified property. See the property description to learn more. |
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. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also