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

ExcelFilteringDataEventArgs.GetFilterItems() Method

Returns 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

[Browsable(false)]
public IEnumerable<ExcelFilterItem> GetFilterItems()

Returns

Type Description
IEnumerable<DevExpress.XtraEditors.Filtering.ExcelFilterItem>

The collection of custom filter conditions by which the column being processed can be filtered.

See Also