FilterPopupEventArgs.ExcelColumnFilterSettings Property
Provides access to the settings of the Excel-style filter.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v21.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
ExcelColumnFilterSettings | An ExcelColumnFilterSettings object that contains the Excel-style filter. |
Remarks
The ExcelColumnFilterSettings property returns the ExcelColumnFilterSettings object that provides the ExcelColumnFilterSettings.FilterItems property. The ExcelColumnFilterSettings.FilterItems property allows you to specify a custom set of filter items when handling the DataViewBase.ShowFilterPopup event.
See Also