RadControls for WPF

Represents a Ribbon control.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ItemsControl
                System.Windows.Controls.Primitives..::..Selector
                  System.Windows.Controls.Primitives..::..MultiSelector
                    Telerik.Windows.Controls.TabControl..::..RadTabControlBase
                      Telerik.Windows.Controls..::..RadRibbonView
                        Telerik.Windows.Controls.RichTextBoxUI..::..RadRichTextBoxRibbonUI

See Also