Class RadToolBarTray
Inheritance
System.Object
RadToolBarTray
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadToolBarTray : ItemsControl, IAutomationPeer, IPeerConverter, IRadToolBarTray, IControl, IFrameworkElement, ITargetElement
Constructors
RadToolBarTray()
Declaration
public RadToolBarTray()
Properties
IsLocked
Declaration
public bool IsLocked { get; }
Property Value
System.Boolean
|
Implements
ItemElements
Declaration
public IList<IRadToolBar> ItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadToolBar>
|
Implements
Orientation
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|