ClassRadDiagramToolbox
Custom animated list box to collect droppable RadDiagram shapes and other diagram elements.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
[TelerikToolboxCategory("Diagram")]
public class RadDiagramToolbox : RadTabControlBase
Inheritance: objectRadTabControlBaseRadDiagramToolbox
Inherited Members
Constructors
RadDiagramToolbox()
Initializes a new instance of the RadDiagramToolbox class.
Declaration
public RadDiagramToolbox()
Fields
CloseButtonStyleProperty
The CloseButtonStyle dependency property.
Declaration
public static readonly DependencyProperty CloseButtonStyleProperty
Field Value
DependencyProperty
HeaderProperty
The Header dependency property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
DependencyProperty
HeaderTemplateProperty
The HeaderTemplate dependency property.
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
DependencyProperty
IsOpenProperty
The IsOpen dependency property.
Declaration
public static readonly DependencyProperty IsOpenProperty
Field Value
DependencyProperty
OpenCloseButtonStyleProperty
The OpenCloseToggleButton dependency property.
Declaration
public static readonly DependencyProperty OpenCloseButtonStyleProperty
Field Value
DependencyProperty
TitleProperty
The Title dependency property.
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
DependencyProperty
TitleTemplateProperty
The TitleTemplate dependency property.
Declaration
public static readonly DependencyProperty TitleTemplateProperty
Field Value
DependencyProperty
Properties
CloseButtonStyle
Gets or sets the close button's style.
Declaration
public Style CloseButtonStyle { get; set; }
Property Value
Style
The close button's style.
Header
Gets or sets the header.
HeaderTemplate
Gets or sets the header's template.
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
DataTemplate
The header's template.
IsOpen
Gets or sets a value indicating whether this instance is open.
Declaration
public bool IsOpen { get; set; }
Property Value
true if this instance is open; otherwise, false.
OpenCloseButtonStyle
Gets or sets the open-close toggle button's style.
Declaration
public Style OpenCloseButtonStyle { get; set; }
Property Value
Style
The open-close toggle button's style.
Title
Gets or sets the title.
TitleTemplate
Gets or sets the title's template.
Declaration
public DataTemplate TitleTemplate { get; set; }
Property Value
DataTemplate
The title's template.
Methods
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
DependencyObject
The element that is used to display the given item.
Overrides
IsItemItsOwnContainerOverride(object)
Determines if the specified item is (or is eligible to be) its own container.
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes 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.
OnSelectionChanged(RadSelectionChangedEventArgs)
Called after SelectionChanged event is fired.
Declaration
protected override void OnSelectionChanged(RadSelectionChangedEventArgs e)
Parameters
e
Overrides