GridToolbarItemDisplayMode Enum
Lists values specifying the toolbar item display mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
ImageWithText
|
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