FilterPopupListBoxEventArgs(GridColumn, RepositoryItemComboBox) Constructor
Creates a new FilterPopupListBoxEventArgs object.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v25.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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