RadDiagramToolbox
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
Initializes a new instance of the RadDiagramToolbox class.
public RadDiagramToolbox()
Fields
CloseButtonStyleProperty
DependencyProperty
The CloseButtonStyle dependency property.
public static readonly DependencyProperty CloseButtonStyleProperty
HeaderProperty
DependencyProperty
The Header dependency property.
public static readonly DependencyProperty HeaderProperty
HeaderTemplateProperty
DependencyProperty
The HeaderTemplate dependency property.
public static readonly DependencyProperty HeaderTemplateProperty
IsOpenProperty
DependencyProperty
The IsOpen dependency property.
public static readonly DependencyProperty IsOpenProperty
OpenCloseButtonStyleProperty
DependencyProperty
The OpenCloseToggleButton dependency property.
public static readonly DependencyProperty OpenCloseButtonStyleProperty
TitleProperty
DependencyProperty
The Title dependency property.
public static readonly DependencyProperty TitleProperty
TitleTemplateProperty
DependencyProperty
The TitleTemplate dependency property.
public static readonly DependencyProperty TitleTemplateProperty
Properties
CloseButtonStyle
Style
Gets or sets the close button's style.
public Style CloseButtonStyle { get; set; }
The close button's style.
Gets or sets the header.
public object Header { get; set; }
The header.
HeaderTemplate
DataTemplate
Gets or sets the header's template.
public DataTemplate HeaderTemplate { get; set; }
The header's template.
Gets or sets a value indicating whether this instance is open.
public bool IsOpen { get; set; }
true if this instance is open; otherwise, false.
OpenCloseButtonStyle
Style
Gets or sets the open-close toggle button's style.
public Style OpenCloseButtonStyle { get; set; }
The open-close toggle button's style.
TitleTemplate
DataTemplate
Gets or sets the title's template.
public DataTemplate TitleTemplate { get; set; }
The title's template.
Methods
GetContainerForItemOverride()
DependencyObject
Creates or identifies the element that is used to display the given item.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
The element that is used to display the given item.
Overrides:
When overridden in a derived class, is invoked whenever application code or internal processes 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.
Called after SelectionChanged event is fired.
protected override void OnSelectionChanged(RadSelectionChangedEventArgs e)
Overrides: