ClassRadDiagramToolboxItem
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
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
DependencyProperty
ViewContentTemplateProperty
The ViewContentTemplate dependency property.
Declaration
public static readonly DependencyProperty ViewContentTemplateProperty
Field Value
DependencyProperty
Properties
ViewContent
Gets or sets the view content.
Declaration
public object ViewContent { get; set; }
Property Value
The view content.
ViewContentTemplate
Gets or sets the view content's template.
Declaration
public DataTemplate ViewContentTemplate { get; set; }
Property Value
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 .
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled 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
e
MouseEventArgs
The MouseEventArgs that contains the event data.
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled 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
e
MouseEventArgs
The MouseEventArgs that contains the event data.