Skip to main content

SearchControl.CriteriaOperatorType Property

OBSOLETE

Use the ParseMode property instead

Gets or sets the logical operator type (AND or OR).

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

[Obsolete("Use the ParseMode property instead")]
[Browsable(false)]
public CriteriaOperatorType CriteriaOperatorType { get; set; }

Property Value

Type Description
DevExpress.Xpf.Editors.CriteriaOperatorType

The criteria operator type (logical AND or OR).

Remarks

Without quotation marks, words separated by the space character are treated as individual conditions (using the OR or AND logical operator). Use the CriteriaOperatorType property to specify the type of the logical operator.

See Also