FunctionOperator.Operands Property
In This Article
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
C#
public CriteriaOperatorCollection Operands { get; }
#Property Value
Type | Description |
---|---|
Criteria |
The collection of operands that the operator manipulates. |
See Also