FilterEditorEventArgs(DataViewBase, FilterControl) Constructor
Initializes a new instance of the FilterEditorEventArgs 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 descendant that is the view that raised the event. This value is assigned to the FilterEditorEventArgs.Source property. |
control | FilterControl | This value is assigned to the FilterEditorEventArgs.FilterControl property. |
See Also