Skip to main content
All docs
V26.1
  • CustomValueDisplayTextEventArgs.DisplayText Property

    Gets or sets 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 string DisplayText { get; set; }

    Property Value

    Type Description
    String

    The display text for a filter value.

    See Also