Skip to main content

DataViewBase.SearchPanelCriteriaOperatorType Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

[CloneDetailMode(CloneDetailMode.Skip)]
[XtraSerializableProperty]
public CriteriaOperatorType SearchPanelCriteriaOperatorType { 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 SearchPanelCriteriaOperatorType property to specify the type of the logical operator.

See Also