RadControls for Silverlight

A navigation control used to create tabbed interface.

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

Syntax

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

Remarks

The RadTabControl is used to create a list of tabs. It is ItemsControl and its default items are of type RadTabItem.

  • Customizable look through the theming mechanism.
  • Control over the position of the TabStrip relative to its content.
  • Ability to set the orientation of the items.
  • Multi-row TabStrips can be created by setting the IsBreak property of an item.
  • The align of the tab rows can be changed.
  • Any content can be placed in the TabItem headers such as icons, buttons and multiline text.

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..::..RadTabControl
                    Telerik.Windows.Controls.Docking..::..PaneGroupBase
                    Telerik.Windows.Controls..::..RadOutlookBar
                    Telerik.Windows.Controls..::..RadRibbonBackstage

See Also