Skip to main content

FilterPopupCheckedListBoxEventArgs(GridColumn, RepositoryItemCheckedComboBoxEdit) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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