Skip to main content

CustomFilterDisplayTextEventArgs.Value Property

Gets or sets the filter expression displayed within the Filter Panel.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

An object that represents the grid’s filter expression displayed within the Filter Panel.

Remarks

The text displayed within the Filter Panel is returned by the DataViewBase.FilterPanelText property. To replace this text, assign the custom text to the Value property.

To learn more, see Regular and Checked Drop-down Filters.

See Also