alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Enum SearchType

    Defines the constants that used to specifies the condition for the Search operation.

    Namespace: Syncfusion.WinForms.DataGrid.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public enum SearchType

    Fields

    Name Description
    Contains

    Compares the search text with the cell value using the contains condition.

    EndsWith

    Compares the search text with the cell value using the EndsWith condition.

    StartsWith

    Compares the search text with the cell formatted text using the Starts with condition.

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