InterfaceIRadDiagramToolbox
Interface
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadDiagramToolbox : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
GroupsInRadDiagramToolbox
Returns the list of Groups in the RadDiagramToolbox.
Declaration
cs-api-definition
IList<IRadDiagramToolboxGroup> GroupsInRadDiagramToolbox { get; }
Property Value
ToolboxItems
Declaration
cs-api-definition
IList<IRadDiagramToolboxItem> ToolboxItems { get; }
Property Value