Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public List<ExcelFilterItem> FilterItems { get; }

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