Skip to main content
A newer version of this page is available. .
Tab

GridViewSearchPanelGroupOperator Enum

Lists the values that specify the group operator types.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum GridViewSearchPanelGroupOperator

Members

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).

Remarks

The values listed by this enumeration are used to set the ASPxGridSearchPanelSettings.GroupOperator property.

To learn more about the search panel, see the Search Panel topic.

See Also