GridToolbarItemDisplayMode Enum
In This Article
Lists values specifying the toolbar item display mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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. |
#Related API Members
The following properties accept/return GridToolbarItemDisplayMode values:
#Remarks
Values listed by this enumerator are used to set the GridToolbarItem.DisplayMode.
See Also