Back to Devexpress

IGridDataColumn.FilterMenuButtonDisplayMode Property

blazor-devexpress-dot-blazor-dot-igriddatacolumn-b392e26d.md

latest1.7 KB
Original Source

IGridDataColumn.FilterMenuButtonDisplayMode Property

Specifies when the column displays the filter menu button.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(GridFilterMenuButtonDisplayMode.Default)]
GridFilterMenuButtonDisplayMode FilterMenuButtonDisplayMode { get; set; }

Property Value

TypeDefaultDescription
GridFilterMenuButtonDisplayModeDefault

An enumeration value.

|

Available values:

NameDescription
Default

For the DxGrid.FilterMenuButtonDisplayMode property, the buttons are always hidden.
For the DxGridDataColumn.FilterMenuButtonDisplayMode property, to inherit the value from the DxGrid.FilterMenuButtonDisplayMode property

| | Never |

The buttons are always hidden.

| | Always |

The buttons are always visible.

|

Remarks

Refer to the FilterMenuButtonDisplayMode property description for additional information and an example.

See Also

IGridDataColumn Interface

IGridDataColumn Members

DevExpress.Blazor Namespace