Gets the list of items to display in the drop-down menu. This supports MenuItem and Separator objects.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ObservableCollection<Object> DropDownItems { get; }
Visual Basic
Public ReadOnly Property DropDownItems As ObservableCollection(Of Object)
	Get
Visual C++
public:
property ObservableCollection<Object^>^ DropDownItems {
	ObservableCollection<Object^>^ get ();
}

See Also