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

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public ObservableCollection<Object> DropDownItems { get; }
Visual Basic (Declaration)
Public ReadOnly Property DropDownItems As ObservableCollection(Of Object)

See Also