Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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