GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyDropDown Class / SelectedItem Property
In This Topic
    SelectedItem Property (GoPropertyDropDown)
    In This Topic
    Gets or sets the currently selected value. Supports the selection of custom values.
    Syntax
    [Browsable(false)]
    public virtual new object SelectedItem {get; set;}
    See Also