skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadTreeMapBase

Base class for all TreeMap controls.

Inheritance
System.Object
RadTreeMapBase
RadPivotMap
RadTreeMap
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll

Syntax

public abstract class RadTreeMapBase : Control, ISupportInitialize

Fields

DataMappingSelectorProperty

Identifies the DataMappingSelector dependency property.

Declaration
public static readonly DependencyProperty DataMappingSelectorProperty
Field Value
System.Windows.DependencyProperty

DataViewProperty

Identifies the DataView dependency property.

Declaration
public static readonly DependencyProperty DataViewProperty
Field Value
System.Windows.DependencyProperty

IsHoverEnabledProperty

Identifies the IsHoverEnabled dependency property.

Declaration
public static readonly DependencyProperty IsHoverEnabledProperty
Field Value
System.Windows.DependencyProperty

IsSelectionEnabledProperty

Identifies the IsSelectionEnabled dependency property.

Declaration
public static readonly DependencyProperty IsSelectionEnabledProperty
Field Value
System.Windows.DependencyProperty

ItemsSourceProperty

Identifies the ItemsSource dependency property.

Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
System.Windows.DependencyProperty

ItemTemplateSelectorProperty

Identifies the ItemTemplateSelector dependency property.

Declaration
public static readonly DependencyProperty ItemTemplateSelectorProperty
Field Value
System.Windows.DependencyProperty

LayoutStrategiesProperty

Identifies the LayoutStrategies dependency property.

Declaration
public static readonly DependencyProperty LayoutStrategiesProperty
Field Value
System.Windows.DependencyProperty

LayoutStrategyProperty

Identifies the LayoutStrategy dependency property.

Declaration
public static readonly DependencyProperty LayoutStrategyProperty
Field Value
System.Windows.DependencyProperty

MappingsProperty

Identifies the Mappings dependency property.

Declaration
public static readonly DependencyProperty MappingsProperty
Field Value
System.Windows.DependencyProperty

PreviewSelectionChangedEvent

Identifies the PreviewSelectionChanged routed event.

Declaration
public static readonly RoutedEvent PreviewSelectionChangedEvent
Field Value
System.Windows.RoutedEvent

SelectedItemProperty

Identifies the SelectedItem dependency property.

Declaration
public static readonly DependencyProperty SelectedItemProperty
Field Value
System.Windows.DependencyProperty

SelectedItemsProperty

Identifies the SelectedItems dependency property.

Declaration
public static readonly DependencyProperty SelectedItemsProperty
Field Value
System.Windows.DependencyProperty

SelectedValuePathProperty

Identifies the SelectedValuePath dependency property.

Declaration
public static readonly DependencyProperty SelectedValuePathProperty
Field Value
System.Windows.DependencyProperty

SelectedValueProperty

Identifies the SelectedValue dependency property.

Declaration
public static readonly DependencyProperty SelectedValueProperty
Field Value
System.Windows.DependencyProperty

SelectionChangedEvent

Identifies the SelectionChanged routed event.

Declaration
public static readonly RoutedEvent SelectionChangedEvent
Field Value
System.Windows.RoutedEvent

SelectionModeProperty

Identifies the SelectionMode dependency property.

Declaration
public static readonly DependencyProperty SelectionModeProperty
Field Value
System.Windows.DependencyProperty

Properties

DataMappingSelector

This property supports the RadTreeMapBase infrastructure and is not intended to be used directly from your code.

Declaration
public DataMappingSelector DataMappingSelector { get; protected set; }
Property Value
DataMappingSelector

DataView

This property supports the RadTreeMapBase infrastructure and is not intended to be used directly from your code.

Declaration
public IEnumerable DataView { get; }
Property Value
System.Collections.IEnumerable

IsHoverEnabled

Gets or sets a value indicating if hover is enabled.

Declaration
public bool IsHoverEnabled { get; set; }
Property Value
System.Boolean

The is hover enabled.

IsSelectionEnabled

Gets or sets a value indicating if selection is enabled.

Declaration
public bool IsSelectionEnabled { get; set; }
Property Value
System.Boolean

The is selection enabled.

ItemsSource

Gets or sets the items source.

Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.Collections.IEnumerable

The items source.

ItemTemplateSelector

Gets or sets the custom logic for choosing a template used to display each item. This is a dependency property.

Declaration
public DataTemplateSelector ItemTemplateSelector { get; set; }
Property Value
System.Windows.Controls.DataTemplateSelector

A custom System.Windows.Controls.DataTemplateSelector object that provides logic and returns a System.Windows.DataTemplate. The default is null.

LayoutStrategies

This property supports the RadTreeMapBase infrastructure and is not intended to be used directly from your code.

Declaration
public IEnumerable<LayoutStrategyBase> LayoutStrategies { get; }
Property Value
System.Collections.Generic.IEnumerable<LayoutStrategyBase>

LayoutStrategy

Gets or sets the layout strategy.

Declaration
public LayoutStrategyBase LayoutStrategy { get; set; }
Property Value
LayoutStrategyBase

The layout strategy.

Mappings

This property supports the RadTreeMapBase infrastructure and is not intended to be used directly from your code.

Declaration
public IEnumerable<ObjectMappingBase> Mappings { get; }
Property Value
System.Collections.Generic.IEnumerable<ObjectMappingBase>

SelectedItem

Gets the selected item.

Declaration
public object SelectedItem { get; }
Property Value
System.Object

The selected item.

SelectedItems

Gets the selected items.

Declaration
public IList SelectedItems { get; }
Property Value
System.Collections.IList

The selected items.

SelectedValue

Gets or sets the value of the SelectedItem, obtained by using SelectedValuePath.

Declaration
public object SelectedValue { get; set; }
Property Value
System.Object

The selected value.

SelectedValuePath

Gets or sets the path that is used to get the SelectedValue from the SelectedItem.

Declaration
public string SelectedValuePath { get; set; }
Property Value
System.String

The selected value path.

SelectionMode

Gets or sets a value defining the selection mode.

Declaration
public SelectionMode SelectionMode { get; set; }
Property Value
System.Windows.Controls.SelectionMode

The selection mode.

Methods

add_PreviewSelectionChanged(SelectionChangedRoutedEventHandler)

Declaration
public void add_PreviewSelectionChanged(SelectionChangedRoutedEventHandler value)
Parameters
SelectionChangedRoutedEventHandler value

add_SelectionChanged(SelectionChangedRoutedEventHandler)

Declaration
public void add_SelectionChanged(SelectionChangedRoutedEventHandler value)
Parameters
SelectionChangedRoutedEventHandler value

ClearSelection()

Clears the SelectedItem and SelectedValue.

Declaration
protected void ClearSelection()

HideTooltip(RadTreeMapItem)

Hides the tooltip of the specified RadTreeMapItem.

Declaration
public void HideTooltip(RadTreeMapItem item)
Parameters
RadTreeMapItem item

The RadTreeMapItem that owns the tooltip.

OnInitialized(EventArgs)

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

The System.Windows.RoutedEventArgs that contains the event data.

OnItemsSourceChanged(IEnumerable, IEnumerable)

Called when ItemsSource property changed.

Declaration
protected virtual void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
Parameters
System.Collections.IEnumerable oldValue

The old value.

System.Collections.IEnumerable newValue

The new value.

OnLayoutStrategyChanged(Object, LayoutStrategyBase)

Called when LayoutStrategy property changes..

Declaration
protected virtual void OnLayoutStrategyChanged(object sender, LayoutStrategyBase newValue)
Parameters
System.Object sender

The RadTreeMapBase object.

LayoutStrategyBase newValue

The new value.

OnMouseLeave(MouseEventArgs)

Called before the System.Windows.UIElement.MouseLeave event occurs.

Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs e

The data for the event.

OnMouseMove(MouseEventArgs)

Called before the System.Windows.UIElement.MouseMove event occurs.

Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs e

The data for the event.

remove_PreviewSelectionChanged(SelectionChangedRoutedEventHandler)

Declaration
public void remove_PreviewSelectionChanged(SelectionChangedRoutedEventHandler value)
Parameters
SelectionChangedRoutedEventHandler value

remove_SelectionChanged(SelectionChangedRoutedEventHandler)

Declaration
public void remove_SelectionChanged(SelectionChangedRoutedEventHandler value)
Parameters
SelectionChangedRoutedEventHandler value

SetDataView(IEnumerable)

Sets the data view.

Declaration
protected void SetDataView(IEnumerable collection)
Parameters
System.Collections.IEnumerable collection

The collection.

Events

PreviewSelectionChanged

Occurs when the selection changes.

Declaration
public event SelectionChangedRoutedEventHandler PreviewSelectionChanged
Event Type
SelectionChangedRoutedEventHandler

SelectionChanged

Occurs when the selection changed.

Declaration
public event SelectionChangedRoutedEventHandler SelectionChanged
Event Type
SelectionChangedRoutedEventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.