Skip to main content

CustomValueDisplayTextEventArgs.DisplayText Property

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

Property Value

Type Description
String

The display text for a filter value.

See Also