Class RadDiagramToolbox
Inheritance
System.Object
RadDiagramToolbox
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.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadDiagramToolbox : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IRadDiagramToolbox, IControl, IFrameworkElement, ITargetElement
Constructors
RadDiagramToolbox()
Declaration
public RadDiagramToolbox()
Properties
GroupsInRadDiagramToolbox
Declaration
public IList<IRadDiagramToolboxGroup> GroupsInRadDiagramToolbox { get; }
Property Value
System.Collections.Generic.IList<IRadDiagramToolboxGroup>
|
Implements
IsOpen
Declaration
public bool IsOpen { get; }
Property Value
System.Boolean
|
SelectedIndex
Declaration
public int SelectedIndex { get; }
Property Value
System.Int32
|
ToolboxItems
Declaration
public IList<IRadDiagramToolboxItem> ToolboxItems { get; }
Property Value
System.Collections.Generic.IList<IRadDiagramToolboxItem>
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|