Class RadDiagramToolboxItem
Represents a RadDiagramToolboxItem item.
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 RadDiagramToolboxItem class.
Declaration
public RadDiagramToolboxItem()
Fields
ViewContentProperty
The ViewContent dependency property.
Declaration
public static readonly DependencyProperty ViewContentProperty
Field Value
System.Windows.DependencyProperty
|
ViewContentTemplateProperty
The ViewContentTemplate dependency property.
Declaration
public static readonly DependencyProperty ViewContentTemplateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ViewContent
Gets or sets the view content.
Declaration
public object ViewContent { get; set; }
Property Value
System.Object
The view content. |
ViewContentTemplate
Gets or sets the view content's template.
Declaration
public DataTemplate ViewContentTemplate { get; set; }
Property Value
System.Windows.DataTemplate
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.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs that contains the event data. |
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.MouseLeave attached event is raised on this element. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs that contains the event data. |