SearchPanelParseMode Enum
Lists the values that specify the DataViewBase.SearchPanelParseMode property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
Name | Description |
---|---|
Mixed
|
Search words are combined by the Or operator. |
Exact
|
The exact match. If the search string contains the space characters, the words are not treated separately. |
Or
|
Search words are combined by the Or operator. |
And
|
Search words are combined by the And operator. |
Related API Members
The following properties accept/return SearchPanelParseMode values:
See Also