Class RadDiagramToolboxItem
Represents a Rad
Inheritance
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class RadDiagramToolboxItem : ContentControl
Constructors
RadDiagramToolboxItem()
Initializes a new instance of the Rad
Declaration
public RadDiagramToolboxItem()
Fields
ViewContentProperty
The ViewContent dependency property.
Declaration
public static readonly DependencyProperty ViewContentProperty
Field Value
System.
|
ViewContentTemplateProperty
The ViewContentTemplate dependency property.
Declaration
public static readonly DependencyProperty ViewContentTemplateProperty
Field Value
System.
|
Properties
ViewContent
Gets or sets the view content.
Declaration
public object ViewContent { get; set; }
Property Value
System. The view content. |
ViewContentTemplate
Gets or sets the view content's template.
Declaration
public DataTemplate ViewContentTemplate { get; set; }
Property Value
System. The view content's template. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System. The System. |
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System. The System. |