BetweenOperator.BeginExpression Property
In This Article
Gets or sets the expression that specifies the lowest value in the range.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
#Declaration
C#
public CriteriaOperator BeginExpression { get; set; }
#Property Value
Type | Description |
---|---|
Criteria |
The expression that specifies the lowest value in the range. |
See Also