CardViewSearchPanelState.GroupOperator Property
In This Article
Specifies the logical operator used to combine conditions (multiple words separated by space characters).
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public GridViewSearchPanelGroupOperator GroupOperator { get; set; }
#Property Value
Type | Description |
---|---|
Grid |
One of the Grid |
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