Gets the collection that contains elements of overflow menu.

Namespace:  C1.Silverlight.Toolbar
Assembly:  C1.Silverlight.Toolbar (in C1.Silverlight.Toolbar.dll)

Syntax

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

See Also