IGridCommandColumn.DisplayMode Property
Specifies whether command buttons display icons, captions, or both.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
Declaration
[DefaultValue(GridCommandColumnDisplayMode.Icon)]
GridCommandColumnDisplayMode DisplayMode { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| GridCommandColumnDisplayMode | Icon | An enumeration value. |
Available values:
| Name | Description | Image |
|---|---|---|
| Icon | Command buttons display icons. |
|
| Text | Command buttons display captions. |
|
| IconAndText | Command buttons display captions and icons. |
|
Remarks
Refer to the DisplayMode property description for more information and an example.
See Also
