CustomFilterDisplayTextEventArgs(DataViewBase, Object) Constructor
Initializes a new instance of the CustomFilterDisplayTextEventArgs class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | DataViewBase | A DataViewBase object that is the view that raised the event. This value is assigned to the CustomFilterDisplayTextEventArgs.Source property. |
value | Object | An object that is the grid’s filter expression displayed within the Filter Panel. This value is assigned to the CustomFilterDisplayTextEventArgs.Value property. |
See Also