CustomFilterDisplayTextEventArgs.Value Property
In This Article
Gets or sets the filter expression displayed within the Filter Panel.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#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 Filtering Overview.
See Also