Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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