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

FilterPopupEventArgs.ExcelColumnFilterSettings Property

Provides access to the settings of the Excel-style filter.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public ExcelColumnFilterSettings ExcelColumnFilterSettings { get; }

Property Value

Type Description
ExcelColumnFilterSettings

An ExcelColumnFilterSettings object that contains the Excel-style filter.

Remarks

The ExcelColumnFilterSettings property returns the ExcelColumnFilterSettings object that provides the ExcelColumnFilterSettings.FilterItems property. The ExcelColumnFilterSettings.FilterItems property allows you to specify a custom set of filter items when handling the DataViewBase.ShowFilterPopup event.

See Also