Skip to main content
All docs
V25.1
  • TreeListFilterMenuDataItem.DisplayText Property

    Specifies a filter menu item’s display text.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public string DisplayText { get; set; }

    Property Value

    Type Description
    String

    The display text.

    Remarks

    Handle the CustomizeFilterMenu action to customize the list of filter menu items. Refer to the event description for more information and an example.

    See Also