Back to Devexpress

FilterPopupEventArgs.ExcelColumnFilterSettings Property

wpf-devexpress-dot-xpf-dot-grid-dot-filterpopupeventargs-40e71955.md

latest1.9 KB
Original Source

FilterPopupEventArgs.ExcelColumnFilterSettings Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ExcelColumnFilterSettings ExcelColumnFilterSettings { get; }
vb
Public ReadOnly Property ExcelColumnFilterSettings As ExcelColumnFilterSettings

Property Value

TypeDescription
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

FilterItems

ShowFilterPopup

FilterPopupEventArgs Class

FilterPopupEventArgs Members

DevExpress.Xpf.Grid Namespace