Skip to main content

GridViewSearchPanelState.GroupOperator Property

Specifies the logical operator used to combine conditions (multiple words separated by space characters).

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public GridViewSearchPanelGroupOperator GroupOperator { get; set; }

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