Skip to main content
All docs
V25.1
  • ITreeList.FilterMenuButtonDisplayMode Property

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

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

    Property Value

    Type Default Description
    TreeListFilterMenuButtonDisplayMode Default

    An enumeration value.

    Available values:

    Name Description
    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 more information and an example.

    See Also