TreeListFilterMenuDataItem.DisplayText Property
In This Article
Specifies a filter menu item’s display text.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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