GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / DropDownList Property
In This Topic
    DropDownList Property
    In This Topic
    When the EditorStyle is GoTextEditorStyle.ComboBox, this controls whether the user must choose from the list of Choices, or whether the user can type in an arbitrary string.
    Syntax
    [Category("Behavior")]
    [DefaultValue(false)]
    [Description("Whether the user is limited to values that are in the predefined list of Items.")]
    public bool DropDownList {get; set;}

    Property Value

    This defaults to false.
    See Also