RadControls for Silverlight

Represents a Ribbon control.

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

Syntax

C#
public class RadRibbonView : RadTabControlBase, 
	IThemable, IPopupWrapperOwner
Visual Basic
Public Class RadRibbonView _
	Inherits RadTabControlBase _
	Implements IThemable, IPopupWrapperOwner

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..::..Selector
                Telerik.Windows.Controls.TabControl..::..RadTabControlBase
                  Telerik.Windows.Controls..::..RadRibbonView
                    Telerik.Windows.Controls.RichTextBoxUI..::..RadRichTextBoxRibbonUI

See Also