Interface IRadToolBarTray
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadToolBarTray : IControl, IFrameworkElement, ITargetElement
Properties
IsLocked
Declaration
bool IsLocked { get; }
Property Value
System.Boolean
|
ItemElements
Declaration
IList<IRadToolBar> ItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadToolBar>
|