DataControlBase.SearchPanelCriteriaOperatorType Property
Gets or sets the logical operator type (AND or OR). This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll
Declaration
[XtraSerializableProperty]
public CriteriaOperatorType SearchPanelCriteriaOperatorType { get; set; }
<XtraSerializableProperty>
Public Property SearchPanelCriteriaOperatorType As CriteriaOperatorType
Property Value
Type |
Description |
DevExpress.UI.Xaml.Grid.CriteriaOperatorType |
The criteria operator type (logical AND or OR).
|
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.
The SearchPanelCriteriaOperatorType is not in effect when searching against specific columns. If the search criterion contains conditions for which search columns are specified, the AND logical operator is used.
To learn more, see Search Panel.
See Also
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...