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
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
Items
Declaration
[Obsolete("The property is deprecated. Please use ItemElements instead.")]
public IList<RadToolBar> Items { get; }
Property Value
System.Collections.Generic.IList<RadToolBar>
|
Orientation
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|