GridToolbarItemDisplayMode Enum
In This Article
Lists values specifying the toolbar item display mode.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Image |
The toolbar item is rendered as an image and text. |
Image | The toolbar item is rendered as an image. |
Text | The toolbar item is rendered as the text. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also