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

ExcelColumnFilterSettings.FilterItems Property

Gets or sets a list of filter items displayed within the Excel-style filter.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public IList<object> FilterItems { get; set; }

Property Value

Type Description
IList<Object>

A list of filter items displayed within the Excel-style filter.

Property Paths

You can access this nested property as listed below:

Object Type Path to FilterItems
FilterPopupEventArgs

Remarks

Use the FilterItems property to define a custom set of filter items.

See Also