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

BaseFilterControlEventArgs(FilterEditorForm, IFilterControl) Constructor

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public BaseFilterControlEventArgs(
    FilterEditorForm form,
    IFilterControl ifControl
)

Parameters

Name Type
form DevExpress.XtraEditors.Filtering.FilterEditorForm
ifControl DevExpress.XtraEditors.IFilterControl
See Also