GridCommandButtonRenderMode Enum
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.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
See Also