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.v19.1.Core.dll

Declaration

public IList<VariadicFilterModelItem> Items { get; }

Property Value

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

A collection of operand values.

See Also