Skip to main content

FunctionOperator.Operands Property

Returns the collection of operands that the operator manipulates.

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 that the operator manipulates.

See Also