ClassRadDiagramToolbox
Class
Represents the Silverlight RadDiagram's RadDiagramToolbox control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class RadDiagramToolbox : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IRadDiagramToolbox, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlRadDiagramToolbox
Implements:
Inherited Members
Constructors
RadDiagramToolbox()
Initializes a new instance of the RadDiagramToolbox class.
Declaration
cs-api-definition
public RadDiagramToolbox()
Properties
GroupsInRadDiagramToolbox
Returns the list of Groups in the RadDiagramToolbox.
Declaration
cs-api-definition
public IList<IRadDiagramToolboxGroup> GroupsInRadDiagramToolbox { get; }
Property Value
Implements
ToolboxItems
Declaration
cs-api-definition
public IList<IRadDiagramToolboxItem> ToolboxItems { get; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
The automation reference to assign.
Overrides
Implements