RadControls for WPF

A tray where RadToolBar controls are positioned.
A tray where RadToolBar controls are positioned.
This part of the RadToolBarTray class contains only helpers.

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

Syntax

C#
public class RadToolBarTray : ItemsControl, 
	IThemable
Visual Basic
Public Class RadToolBarTray _
	Inherits ItemsControl _
	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
                Telerik.Windows.Controls..::..RadToolBarTray

See Also