Class
RadDiagramToolboxItem

Represents a RadDiagramToolboxItem item.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

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

Syntax:

cs-api-definition
public class RadDiagramToolboxItem : ContentControl

Inheritance: objectRadDiagramToolboxItem

Constructors

RadDiagramToolboxItem()

Initializes a new instance of the RadDiagramToolboxItem class.

Declaration

cs-api-definition
public RadDiagramToolboxItem()

Fields

ViewContentProperty

The ViewContent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ViewContentProperty

Field Value

DependencyProperty

ViewContentTemplateProperty

The ViewContentTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ViewContentTemplateProperty

Field Value

DependencyProperty

Properties

ViewContent

Gets or sets the view content.

Declaration

cs-api-definition
public object ViewContent { get; set; }

Property Value

object

The view content.

ViewContentTemplate

Gets or sets the view content's template.

Declaration

cs-api-definition
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

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

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

cs-api-definition
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

cs-api-definition
protected override void OnMouseLeave(MouseEventArgs e)

Parameters

e

MouseEventArgs

The MouseEventArgs that contains the event data.