Skip to main content

FilterPopupListBoxEventArgs(GridColumn, RepositoryItemComboBox) Constructor

Creates a new FilterPopupListBoxEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v24.1.dll

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

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