ITreeListCommandColumn.DisplayMode Property
Specifies whether command buttons display icons, captions, or both.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
Declaration
[DefaultValue(TreeListCommandColumnDisplayMode.Icon)]
TreeListCommandColumnDisplayMode DisplayMode { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| TreeListCommandColumnDisplayMode | 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
