menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SearchType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SearchType

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

    Inheritance
    System.Object
    SearchType
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public sealed class SearchType : Enum

    Fields

    Contains

    Search the Cell which contains the SearchText.

    Declaration
    public const SearchType Contains
    Field Value
    Type
    SearchType

    EndsWith

    Search the Cell which ends with the SearchText.

    Declaration
    public const SearchType EndsWith
    Field Value
    Type
    SearchType

    StartsWith

    Search the Cell which starts with the SearchText.

    Declaration
    public const SearchType StartsWith
    Field Value
    Type
    SearchType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved