alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridDropDownStyle

    Defines behavior of combo boxes and drop-down list in a cell.

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

    Fields

    AutoComplete

    The user input is restricted to items from the ChoiceList or DataSource but the user can type text into the text box and the text box will be filled with a matching choice.

    Declaration
    public const GridDropDownStyle AutoComplete
    Field Value
    Type
    GridDropDownStyle

    Editable

    The user can edit the text box contents and is not limited to values existing choices.

    Declaration
    public const GridDropDownStyle Editable
    Field Value
    Type
    GridDropDownStyle

    Exclusive

    User input is restricted to items from the ChoiceList or DataSource.

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