Back to Devexpress

IGridCommandColumn.DisplayMode Property

blazor-devexpress-dot-blazor-dot-igridcommandcolumn.md

latest1.5 KB
Original Source

IGridCommandColumn.DisplayMode Property

Specifies whether command buttons display icons, captions, or both.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(GridCommandColumnDisplayMode.Icon)]
GridCommandColumnDisplayMode DisplayMode { get; set; }

Property Value

TypeDefaultDescription
GridCommandColumnDisplayModeIcon

An enumeration value.

|

Available values:

NameDescriptionImage
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 additional information and an example.

See Also

IGridCommandColumn Interface

IGridCommandColumn Members

DevExpress.Blazor Namespace