alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridComboSelectionOptions

    Defines the options for combobox cell value selection

    Inheritance
    System.Object
    GridComboSelectionOptions
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridComboSelectionOptions : Enum

    Fields

    AutoComplete

    Values are automatically completed when type the value

    Declaration
    public const GridComboSelectionOptions AutoComplete
    Field Value
    Type
    GridComboSelectionOptions

    AutoSuggest

    Automatically suggest the words when type the value

    Declaration
    public const GridComboSelectionOptions AutoSuggest
    Field Value
    Type
    GridComboSelectionOptions

    Both

    Provides the support for both AutoComplete and AutoSuggest

    Declaration
    public const GridComboSelectionOptions Both
    Field Value
    Type
    GridComboSelectionOptions

    None

    Doesn't provide any Combo box Selection Option.

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