Back to Devexpress

SearchPanelParseMode Enum

wpf-devexpress-dot-xpf-dot-editors-0195793c.md

latest1.5 KB
Original Source

SearchPanelParseMode Enum

Lists the values that specify the DataViewBase.SearchPanelParseMode property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum SearchPanelParseMode
vb
Public Enum SearchPanelParseMode

Members

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

|

The following properties accept/return SearchPanelParseMode values:

See Also

DevExpress.Xpf.Editors Namespace