FilterElementCustomDisplayTextEventArgs Properties
Contains data for FilterListItemBase.CustomDisplayText and FilterChipGroupItemBase.CustomDisplayText events.| Name | Description |
|---|---|
| DisplayText | Gets or sets the text displayed within the filter element. |
| FieldName | Gets the name of the field for which you display custom text. |
| Value | Gets the FieldName‘s value. |
See Also