Back to Devexpress

ITreeListDataColumn.FilterMenuButtonDisplayMode Property

blazor-devexpress-dot-blazor-dot-itreelistdatacolumn-d161c202.md

latest1.8 KB
Original Source

ITreeListDataColumn.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(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

ITreeListDataColumn Interface

ITreeListDataColumn Members

DevExpress.Blazor Namespace