New to Telerik UI for WPFStart a free 30-day trial

Represents a RadDiagramToolboxItem item.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

C#
public class RadDiagramToolboxItem : ContentControl

Inheritance: objectRadDiagramToolboxItem

Constructors

Initializes a new instance of the RadDiagramToolboxItem class.

C#
public RadDiagramToolboxItem()

Fields

ViewContentProperty

DependencyProperty

The ViewContent dependency property.

C#
public static readonly DependencyProperty ViewContentProperty

ViewContentTemplateProperty

DependencyProperty

The ViewContentTemplate dependency property.

C#
public static readonly DependencyProperty ViewContentTemplateProperty

Properties

Gets or sets the view content.

C#
public object ViewContent { get; set; }
Property Value:

The view content.

Gets or sets the view content's template.

C#
public DataTemplate ViewContentTemplate { get; set; }
Property Value:

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 .

C#
public override void OnApplyTemplate()
C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

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.

C#
protected override void OnMouseEnter(MouseEventArgs e)
Parameters:eMouseEventArgs

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.

C#
protected override void OnMouseLeave(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs that contains the event data.