Skip to main content

FilterBehavior.CustomValueDisplayText Event

Allows you to customize the display text for a filter value.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public event EventHandler<CustomValueDisplayTextEventArgs> CustomValueDisplayText

Event Data

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

Property Description
DisplayText Gets or sets the display text for a filter value.
FieldName Gets a field name of a column with filter values.
Value Gets a filter value.

Remarks

Use the CustomValueDisplayText event to:

See Also