Class RadTreeMapItem
Implements an item in the Rad
Inheritance
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class RadTreeMapItem : HeaderedItemsControl
Constructors
RadTreeMapItem()
Fields
ChildrenBackgroundBrushProperty
Identifies the Children
Declaration
public static readonly DependencyProperty ChildrenBackgroundBrushProperty
Field Value
System.
|
ChildrenBorderBrushProperty
Identifies the Children
Declaration
public static readonly DependencyProperty ChildrenBorderBrushProperty
Field Value
System.
|
ChildrenForegroundBrushProperty
Identifies the Children
Declaration
public static readonly DependencyProperty ChildrenForegroundBrushProperty
Field Value
System.
|
DataMappingSelectorProperty
Identifies the Data
Declaration
public static readonly DependencyProperty DataMappingSelectorProperty
Field Value
System.
|
HeaderEffectProperty
Identifies the Header
Declaration
public static readonly DependencyProperty HeaderEffectProperty
Field Value
System.
|
IsHoveredProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsHoveredProperty
Field Value
System.
|
IsSelectedProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.
|
LayoutStrategiesProperty
Identifies the Layout
Declaration
public static readonly DependencyProperty LayoutStrategiesProperty
Field Value
System.
|
MappingsProperty
Identifies the Mappings dependency property.
Declaration
public static readonly DependencyProperty MappingsProperty
Field Value
System.
|
ValueProperty
Identifies the Value dependency property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
System.
|
Properties
ChildrenBackgroundBrush
Gets or sets the children brush.
Declaration
public Brush ChildrenBackgroundBrush { get; set; }
Property Value
System. The child background. |
ChildrenBorderBrush
Gets or sets the children border brush.
Declaration
public Brush ChildrenBorderBrush { get; set; }
Property Value
System. The child Border. |
ChildrenForegroundBrush
Gets or sets the children foreground brush.
Declaration
public Brush ChildrenForegroundBrush { get; set; }
Property Value
System. The child Foreground. |
DataMappingSelector
Gets or sets the data mapping selector.
Declaration
public DataMappingSelector DataMappingSelector { get; set; }
Property Value
Data The data mapping selector. |
HeaderEffect
Gets or sets the effect applied on the Header.
Declaration
public Effect HeaderEffect { get; set; }
Property Value
System. The header effect. |
IsHovered
Gets or sets a value indicating if the mouse is over this item.
Declaration
public bool IsHovered { get; }
Property Value
System. The is hovered. |
IsSelected
Gets or sets a value indicating if this item is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System. The is selected. |
LayoutStrategies
Gets or sets the layout strategies.
Declaration
public IEnumerable<LayoutStrategyBase> LayoutStrategies { get; set; }
Property Value
System. The layout strategies. |
Mappings
Gets or sets the value mappings.
Declaration
public IEnumerable<ObjectMappingBase> Mappings { get; set; }
Property Value
System. The value mappings. |
Value
Gets or sets the value.
Declaration
public double Value { get; set; }
Property Value
System. The value. |
Methods
ClearContainerForItemOverride(DependencyObject, Object)
Undoes the effects of the System.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
System. The container element. |
System. The item. |
EndInit()
Indicates that the initialization of the System.
Declaration
public override void EndInit()
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System. The element that is used to display the given item. |
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. The item to check. |
Returns
System. True if the item is (or is eligible to be) its own container; otherwise, false. |
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnItemsChanged(NotifyCollectionChangedEventArgs)
Invoked when the System.
Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
System. Information about the change. |
OnMouseLeftButtonUp(MouseButtonEventArgs)
Called before the System.
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
System. The data for the event. |
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System. Element used to display the specified item. |
System. Specified item. |