Skip to main content

BetweenOperator.EndExpression Property

Gets or sets the expression that specifies the highest value in the range.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public CriteriaOperator EndExpression { get; set; }

Property Value

Type Description
CriteriaOperator

The expression that specifies the highest value in the range.

See Also