CustomFilterDisplayTextEventArgs(DataViewBase, Object) Constructor
In This Article
Initializes a new instance of the CustomFilterDisplayTextEventArgs class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
source | Data |
A Data |
value | Object | An object that is the grid's filter expression displayed within the Filter Panel. This value is assigned to the Custom |
See Also