Back to Devexpress

GridViewSearchPanelGroupOperator Enum

aspnet-devexpress-dot-web-fce02f69.md

latest1.8 KB
Original Source

GridViewSearchPanelGroupOperator Enum

Lists the values that specify the group operator types.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewSearchPanelGroupOperator
vb
Public Enum GridViewSearchPanelGroupOperator

Members

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

|

The following properties accept/return GridViewSearchPanelGroupOperator values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxGridSearchPanelSettings.GroupOperator
ASP.NET MVC ExtensionsCardViewSearchPanelState.GroupOperator
GridViewSearchPanelState.GroupOperator
VerticalGridSearchPanelState.GroupOperator

Remarks

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

See Also

Grid View Search Panel

DevExpress.Web Namespace