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

FilterPopupListBoxEventArgs(GridColumn, RepositoryItemComboBox) Constructor

Creates a new FilterPopupListBoxEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public FilterPopupListBoxEventArgs(
    GridColumn column,
    RepositoryItemComboBox comboBox
)

Parameters

Name Type Description
column GridColumn

A GridColumn object representing the column whose Filter DropDown is about to be invoked. This value is assigned to the Column property.

comboBox RepositoryItemComboBox

A RepositoryItemComboBox object providing access to the filter items list. This value is assigned to the FilterPopupListBoxEventArgs.ComboBox property.

See Also