Class RadDiagramToolbox
Custom animated list box to collect droppable RadDiagram shapes and other diagram elements.
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
[TelerikToolboxCategory("Diagram")]
public class RadDiagramToolbox : RadTabControlBase
Constructors
RadDiagramToolbox()
Fields
CloseButtonStyleProperty
The CloseButtonStyle dependency property.
Declaration
public static readonly DependencyProperty CloseButtonStyleProperty
Field Value
System.Windows.DependencyProperty
|
HeaderProperty
The Header dependency property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
System.Windows.DependencyProperty
|
HeaderTemplateProperty
The HeaderTemplate dependency property.
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
System.Windows.DependencyProperty
|
IsOpenProperty
The IsOpen dependency property.
Declaration
public static readonly DependencyProperty IsOpenProperty
Field Value
System.Windows.DependencyProperty
|
OpenCloseButtonStyleProperty
The OpenCloseToggleButton dependency property.
Declaration
public static readonly DependencyProperty OpenCloseButtonStyleProperty
Field Value
System.Windows.DependencyProperty
|
TitleProperty
The Title dependency property.
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
System.Windows.DependencyProperty
|
TitleTemplateProperty
The TitleTemplate dependency property.
Declaration
public static readonly DependencyProperty TitleTemplateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CloseButtonStyle
Gets or sets the close button's style.
Declaration
public Style CloseButtonStyle { get; set; }
Property Value
System.Windows.Style
The close button's style. |
Header
Gets or sets the header.
Declaration
public object Header { get; set; }
Property Value
System.Object
The header. |
HeaderTemplate
Gets or sets the header's template.
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
System.Windows.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
System.Boolean
|
OpenCloseButtonStyle
Gets or sets the open-close toggle button's style.
Declaration
public Style OpenCloseButtonStyle { get; set; }
Property Value
System.Windows.Style
The open-close toggle button's style. |
Title
Gets or sets the title.
Declaration
public object Title { get; set; }
Property Value
System.Object
The title. |
TitleTemplate
Gets or sets the title's template.
Declaration
public DataTemplate TitleTemplate { get; set; }
Property Value
System.Windows.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
System.Windows.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.
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
System.Object
item
The item to check. |
Returns
System.Boolean
True if the item is (or is eligible to be) its own container; otherwise, false. |
Overrides
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
OnSelectionChanged(RadSelectionChangedEventArgs)
Called after SelectionChanged event is fired.
Declaration
protected override void OnSelectionChanged(RadSelectionChangedEventArgs e)
Parameters
RadSelectionChangedEventArgs
e
|