Skip to main content

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