FilterPopupEventArgs Constructors
Provides data for the DataViewBase.ShowFilterPopup event.Name | Parameters | Description |
---|---|---|
FilterPopupEventArgs(ColumnBase, PopupBaseEdit, Lazy<ExcelColumnFilterSettings>) | column, popupBaseEdit, excelColumnFilterSettingsLazy | Initializes a new instance of the FilterPopupEventArgs class with the specified settings. |
See Also