Skip to main content
All docs
V23.2

GridFilterMenuDataItem.DisplayText Property

Specifies a filter menu item’s display text.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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 action descriptions for more information and examples.

See Also