RadControls for Silverlight

Represents the content of a RadRibbonGroup.

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

Syntax

C#
public class RadRibbonGroup : HeaderedItemsControl, 
	IThemable
Visual Basic
Public Class RadRibbonGroup _
	Inherits HeaderedItemsControl _
	Implements IThemable

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            Telerik.Windows.Controls..::..ItemsControl
              Telerik.Windows.Controls..::..HeaderedItemsControl
                Telerik.Windows.Controls..::..RadRibbonGroup

See Also