Skip to main content
All docs
V25.2
  • 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.

    Icon Display Mode

    Text

    Command buttons display captions.

    Text Display Mode

    IconAndText

    Command buttons display captions and icons.

    IconAndText Display Mode

    Remarks

    Refer to the DisplayMode property description for more information and an example.

    See Also