RadControls for WPF

Panel used by the RibbonGroup to layout it's buttons Children.

Namespace: Telerik.Windows.Controls.RibbonView.Primitives
Assembly: Telerik.Windows.Controls.RibbonView (in Telerik.Windows.Controls.RibbonView.dll) Version: 2013.1.403.40

Syntax

C#
public class RibbonButtonsPanel : RibbonPanelBase
Visual Basic
Public Class RibbonButtonsPanel _
	Inherits RibbonPanelBase

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Panel
              Telerik.Windows.Controls.RibbonView.Primitives..::..RibbonPanelBase
                Telerik.Windows.Controls.RibbonView.Primitives..::..RibbonButtonsPanel

See Also