BetweenOperator.Property Property
OBSOLETE
Use TestExpression property instead
Gets or sets the test expression.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
[Obsolete("Use TestExpression property instead")]
public CriteriaOperator Property { get; set; }
Property Value
Type | Description |
---|---|
CriteriaOperator | A CriteriaOperator descendant which represents the test expression. |
Remarks
This property is obsolete. Use the BetweenOperator.TestExpression property instead.
See Also