Back to Devexpress

IGrid.FilterMenuButtonDisplayMode Property

blazor-devexpress-dot-blazor-dot-igrid-8e367fa3.md

latest1.7 KB
Original Source

IGrid.FilterMenuButtonDisplayMode Property

Specifies when the Grid displays filter menu buttons in column headers.

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

IGrid Interface

IGrid Members

DevExpress.Blazor Namespace