Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.2
  • SearchPanelParseMode Enum

    Lists the values that specify the DataViewBase.SearchPanelParseMode property.

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public enum SearchPanelParseMode

    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