GridViewSearchPanelGroupOperator Enum
In This Article
Lists the values that specify the group operator types.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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). |
#Related API Members
The following properties accept/return GridViewSearchPanelGroupOperator values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Card |
Grid |
|
Vertical |
#Remarks
To learn more about the search panel, see the Search Panel topic.
See Also