Skip to main content

GroupOperator.Operands Property

Returns the collection of operands that the operator logically combines.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public CriteriaOperatorCollection Operands { get; }

Property Value

Type Description
CriteriaOperatorCollection

The collection of operands on which the operator acts.

See Also