WPF

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

    Show / Hide Table of Contents

    Enum SearchType

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

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum SearchType

    Fields

    Name Description
    Contains

    Search the Cell which contains the SearchText.

    EndsWith

    Search the Cell which ends with the SearchText.

    StartsWith

    Search the Cell which starts with the SearchText.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved