Skip to main content

FilterPopupEventArgs.ExcelColumnFilterSettings Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

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