Skip to main content
A newer version of this page is available. .

FilterEditorEventArgs(DataViewBase, FilterControl) Constructor

Initializes a new instance of the FilterEditorEventArgs class.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public FilterEditorEventArgs(
    DataViewBase source,
    FilterControl control
)

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