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

VariadicFilterModel.Items Property

Gets a collection of operand values.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public IList<FilterModelValueItem> Items { get; }

Property Value

Type Description
IList<DevExpress.Xpf.Core.FilteringUI.FilterModelValueItem>

A collection of operand values.

See Also