menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridDropDownStyle - API Reference

    Show / Hide Table of Contents

    Enum GridDropDownStyle

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

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public enum GridDropDownStyle

    Fields

    Name Description
    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.

    Editable

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

    Exclusive

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

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