Componentone Toolbar for WPF and Silverlight
C1.Silverlight.Toolbar Namespace / C1Toolbar Class / ToolbarItems Property

In This Topic
    ToolbarItems Property (C1Toolbar)
    In This Topic
    Gets the collection of toolbar items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ToolbarItems As ObservableCollection(Of Object)
    public ObservableCollection<object> ToolbarItems {get;}
    See Also