Skip to main content

FilterEditorEventArgs(DataViewBase, FilterControl) Constructor

In This Article

Initializes a new instance of the FilterEditorEventArgs class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.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