Back to Devexpress

FilterChipGroupItemBase.CustomDisplayText Event

maui-devexpress-dot-maui-dot-editors-dot-filterchipgroupitembase-c8e7409d.md

latest1.7 KB
Original Source

FilterChipGroupItemBase.CustomDisplayText Event

Enables you to specify custom text for the FilterChipGroupItemBase descendant.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public event EventHandler<FilterElementCustomDisplayTextEventArgs> CustomDisplayText

Event Data

The CustomDisplayText event's data class is FilterElementCustomDisplayTextEventArgs. The following properties provide information specific to this event:

PropertyDescription
DisplayTextGets or sets the text displayed within the filter element.
FieldNameGets the name of the field for which you display custom text.
ValueGets the FieldName‘s value.

See Also

FilterChipGroupItemBase Class

FilterChipGroupItemBase Members

DevExpress.Maui.Editors Namespace