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

FilterPopupCheckedListBoxEventArgs(GridColumn, RepositoryItemCheckedComboBoxEdit) Constructor

Initializes a new instance of the FilterPopupCheckedListBoxEventArgs class with the specified settings.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public FilterPopupCheckedListBoxEventArgs(
    GridColumn column,
    RepositoryItemCheckedComboBoxEdit comboBox
)

Parameters

Name Type Description
column GridColumn

A GridColumn object that refers to the current column displaying the check filter drop-down list. This value is assigned to the Column property.

comboBox RepositoryItemCheckedComboBoxEdit

A RepositoryItemCheckedComboBoxEdit object that contains settings of the check filter drop-down list. This value is assigned to the FilterPopupCheckedListBoxEventArgs.CheckedComboBox property.

See Also