GridToolbarItem.DisplayMode Property
In This Article
Gets or sets the display mode of the current toolbar item within the toolbar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(GridToolbarItemDisplayMode.ImageWithText)]
public GridToolbarItemDisplayMode DisplayMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
Image |
One of the Grid |
Available values:
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
Use the DisplayMode property to control how the toolbar item should be represented within the grid’s toolbar.
See Also