alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class DropDownStyle

    Defines the constants that speicifies the editing mode.

    Inheritance
    System.Object
    DropDownStyle
    Namespace: Syncfusion.WinForms.ListView.Enums
    Assembly: Syncfusion.SfListView.WinForms.dll
    Syntax
    public sealed class DropDownStyle : Enum

    Fields

    DropDown

    Specifies that user can enter a new value and can select an existing value in the list. User can perfom AutoComplete.

    Declaration
    public const DropDownStyle DropDown
    Field Value
    Type
    DropDownStyle

    DropDownList

    Specifies that user is not allowed to enter a new value and can select an existing value in the list. User cannot perfom AutoComplete.

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