Skip to main content
All docs
V25.1
  • SearchPanelParseMode Enum

    Lists the values that specify the DataViewBase.SearchPanelParseMode property.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.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