ClassRadToolBarTray
Represents the Silverlight RadToolBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadToolBarTray : ItemsControl, IAutomationPeer, IPeerConverter, IRadToolBarTray, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlRadToolBarTray
Implements:
Inherited Members
Constructors
RadToolBarTray()
Initializes a new instance of the RadToolBarTray class.
Declaration
public RadToolBarTray()
Properties
IsLocked
Gets whether the tray is locked via automation property.
ItemElements
Gets the list of the RadToolBar items.
Declaration
public IList<IRadToolBar> ItemElements { get; }
Property Value
Implements
Items
Gets the list of the RadToolBar items.
Declaration
[Obsolete("The property is deprecated. Please use ItemElements instead.")]
public IList<RadToolBar> Items { get; }
Property Value
Orientation
Get or set the toolbar tray orientation.
Declaration
public Orientation Orientation { get; set; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Initialize the element.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
The automation reference of the element.
Overrides
Implements