ExcelFilteringDataEventArgs.FilterItems Property
Provides access to the collection of custom filter conditions by which the column being processed can be filtered.
Namespace: DevExpress.XtraEditors.Filtering
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| List<DevExpress.XtraEditors.Filtering.ExcelFilterItem> | A List<T><DevExpress.XtraEditors.Filtering.ExcelFilterItem,> object specifying the collection of custom filter conditions by which the column being processed can be filtered. |
Remarks
Use the ExcelFilteringDataEventArgs.AddFilter method to add custom filters the filter popup.
See Also