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