RadControls for WPF

The panel used to arrange the ribbon groups in the tab.

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 RibbonGroupsPanel : RibbonPanelBase
Visual Basic
Public Class RibbonGroupsPanel _
	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..::..RibbonGroupsPanel

See Also