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