DropDownList..::..Items Property

Gets the items.

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

Syntax


public ActiveList<ListBoxItem> Items { get; set; }
Public Property Items As ActiveList(Of ListBoxItem)
	Get
	Set
public:
property ActiveList<ListBoxItem^>^ Items {
	ActiveList<ListBoxItem^>^ get ();
	void set (ActiveList<ListBoxItem^>^ value);
}

Field Value

The items.