A newer version of this page is available.
Switch to the current version.
BetweenOperator.BeginExpression Property
Gets the expression for the first operand.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v19.2.dll
Declaration
public CriteriaOperator BeginExpression { get; set; }
Public Property BeginExpression As CriteriaOperator
Property Value
Type | Description |
---|---|
CriteriaOperator | A CriteriaOperator descendant which represents the expression for the lower value in the range. |
See Also
Feedback