CardViewSearchPanelState.GroupOperator Property
Specifies the logical operator used to combine conditions (multiple words separated by space characters).
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
| Type | Description |
|---|---|
| GridViewSearchPanelGroupOperator | One of the GridViewSearchPanelGroupOperator enumeration values. |
Available values:
| Name | Description |
|---|---|
| And | The AND logical operator is used to combine conditions (multiple words separated by space characters). |
| Or | The OR logical operator is used to combine conditions (multiple words separated by space characters). |
See Also