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

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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