Back to Devexpress

CustomFilterDisplayTextEventArgs.Value Property

wpf-devexpress-dot-xpf-dot-grid-dot-customfilterdisplaytexteventargs.md

latest1.6 KB
Original Source

CustomFilterDisplayTextEventArgs.Value Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public object Value { get; set; }
vb
Public Property Value As Object

Property Value

TypeDescription
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

CustomFilterDisplayTextEventArgs Class

CustomFilterDisplayTextEventArgs Members

DevExpress.Xpf.Grid Namespace