GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / Choices Property
In This Topic
    Choices Property
    In This Topic
    When the EditorStyle is GoTextEditorStyle.ComboBox, this holds the list of choices that are presented in the drop down list.
    Syntax
    [Category("Behavior")]
    [Description("The list of items presented in a drop-down list when editing")]
    public IList Choices {get; set;}

    Property Value

    This defaults to an empty list. The value may be shared by more than one GoText object.
    Remarks
    Modifying the items in the list is not controlled. Any such changes are not recorded by the undo manager. Only replacing the list is recorded for undo/redo, and even then, it is only the reference to an IList that is remembered and restored.
    See Also