alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SearchMode

    Used to specify the type of Search to the TreeGridSearchController while searching.

    Inheritance
    System.Object
    SearchMode
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public sealed class SearchMode : Enum

    Fields

    Contains

    Search the Cell which contains the SearchText.

    Declaration
    public const SearchMode Contains
    Field Value
    Type
    SearchMode

    EndsWith

    Search the Cell which ends with the SearchText.

    Declaration
    public const SearchMode EndsWith
    Field Value
    Type
    SearchMode

    StartsWith

    Search the Cell which starts with the SearchText.

    Declaration
    public const SearchMode StartsWith
    Field Value
    Type
    SearchMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved