BetweenOperator.BeginExpression Property
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
public CriteriaOperator BeginExpression { get; set; }
Property Value
Type | Description |
---|---|
CriteriaOperator | The expression that specifies the lowest value in the range. |
See Also