Skip to main content
All docs
V26.1
  • FilterBehavior.CustomValueDisplayText Event

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

    Namespace: DevExpress.Xpf.Core.FilteringUI

    Assembly: DevExpress.Xpf.Grid.v26.1.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