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