SelectedItem Property
Retrieves the selected item with the lowest index in the ToolbarDropDownList control.
Syntax
Visual Basic Overridable Public ReadOnly Property SelectedItem As ListItem C# public virtual ListItem SelectedItem { get; } Managed C++ public: __property virtual ListItem get_SelectedItem(); JScript public function get SelectedItem() : ListItem;
Possible Values
oItem The selected item with the lowest index in the ToolbarDropDownList control. The property is read-only. The property has no default value.
Applies To
TOOLBARDROPDOWNLIST
See Also