Interface IRadDiagramToolbox
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadDiagramToolbox : IControl, IFrameworkElement, ITargetElement
Properties
GroupsInRadDiagramToolbox
Declaration
IList<IRadDiagramToolboxGroup> GroupsInRadDiagramToolbox { get; }
Property Value
System.
|
ToolboxItems
Declaration
IList<IRadDiagramToolboxItem> ToolboxItems { get; }
Property Value
System.
|