RadToolBarTray
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadToolBarTray : ItemsControl, IAutomationPeer, IPeerConverter, IRadToolBarTray, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlRadToolBarTray...
Implements:
Inherited Members
Constructors
C#
public RadToolBarTray()
Properties
C#
public IList<IRadToolBar> ItemElements { get; }
Implements:
C#
[Obsolete("The property is deprecated. Please use ItemElements instead.")]
public IList<RadToolBar> Items { get; }
C#
public Orientation Orientation { get; set; }
Implements:
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements: