Back to Devexpress

ITreeList.FilterMenuButtonDisplayMode Property

blazor-devexpress-dot-blazor-dot-itreelist-cdd821bf.md

latest1.8 KB
Original Source

ITreeList.FilterMenuButtonDisplayMode Property

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

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
TreeListFilterMenuButtonDisplayModeDefault

An enumeration value.

|

Available values:

NameDescription
Default

For the DxTreeList.FilterMenuButtonDisplayMode property, the buttons are always hidden.
For the DxTreeListDataColumn.FilterMenuButtonDisplayMode property, to inherit the value from the DxTreeList.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

ITreeList Interface

ITreeList Members

DevExpress.Blazor Namespace