FilterPopupEventArgs(ColumnBase, PopupBaseEdit, Lazy<ExcelColumnFilterSettings>) Constructor
Initializes a new instance of the FilterPopupEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
public FilterPopupEventArgs(
ColumnBase column,
PopupBaseEdit popupBaseEdit,
Lazy<ExcelColumnFilterSettings> excelColumnFilterSettingsLazy
)
Parameters
Name | Type | Description |
---|---|---|
column | ColumnBase | A ColumnBase descendant which specifies a column, containing a pop-up edit, for which an event has been raised. This object is assigned to the FilterPopupEventArgs.Column property. |
popupBaseEdit | PopupBaseEdit | A PopupBaseEdit object, which specifies a pop-up editor, for which an event has been raised. This object is assigned to the FilterPopupEventArgs.PopupBaseEdit property. |
excelColumnFilterSettingsLazy | Lazy<ExcelColumnFilterSettings> |
Remarks
Instances of the FilterPopupEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also