Skip to main content

VariadicFilterModel.Items Property

Gets a collection of operand values.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v24.1.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