Componentone Toolbar for WPF and Silverlight
C1.WPF.Toolbar Namespace / C1SimplifiedToolbarStrip Class / OverflowPanel Property

In This Topic
    OverflowPanel Property (C1SimplifiedToolbarStrip)
    In This Topic
    Gets or sets the template for overflow panel.
    Syntax
    'Declaration
     
    
    Public Property OverflowPanel As DataTemplate
    public DataTemplate OverflowPanel {get; set;}
    See Also