Represents a RadDiagramToolboxItem item.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
public class RadDiagramToolboxItem : ContentControl
Inheritance: objectRadDiagramToolboxItem
Constructors
Initializes a new instance of the RadDiagramToolboxItem class.
public RadDiagramToolboxItem()
Fields
ViewContentProperty
DependencyProperty
The ViewContent dependency property.
public static readonly DependencyProperty ViewContentProperty
ViewContentTemplateProperty
DependencyProperty
The ViewContentTemplate dependency property.
public static readonly DependencyProperty ViewContentTemplateProperty
Properties
Gets or sets the view content.
public object ViewContent { get; set; }
The view content.
ViewContentTemplate
DataTemplate
Gets or sets the view content's template.
public DataTemplate ViewContentTemplate { get; set; }
The view content's template.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Invoked when an unhandled attached event is raised on this element. Implement this method to add class handling for this event.
protected override void OnMouseEnter(MouseEventArgs e)
The MouseEventArgs that contains the event data.
Invoked when an unhandled attached event is raised on this element. Implement this method to add class handling for this event.
protected override void OnMouseLeave(MouseEventArgs e)
The MouseEventArgs that contains the event data.