DropDownList..::..SelectedItem Property

Gets or sets the selected item.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public ListBoxItem SelectedItem { get; set; }
Public Property SelectedItem As ListBoxItem
	Get
	Set
public:
property ListBoxItem^ SelectedItem {
	ListBoxItem^ get ();
	void set (ListBoxItem^ value);
}

Field Value

The selected item.