New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadTreeMap : Telerik.Web.UI.RadWebControl

Inheritance Hierarchy

Methods

get_kendoWidget

Gets a reference to the Kendo TreeMap widget. To use the exposed Kendo methods make sure you have the kendo.dataviz.d.ts file and cast the returned object to kendo.dataviz.ui.TreeMap.

Parameters

Returns

Object

Events

load

Occurs after the RadTreeMap has been fully initialized on the client-side.

Event Data

sender Telerik.Web.UI.RadTreeMap

The RadTreeMap instance raised the event.

args Sys.EventArgs

The arguments of the Load event.

itemCreated

Occurs after the RadTreeMap has been fully initialized on the client-side.

Event Data

sender Telerik.Web.UI.RadTreeMap

The RadTreeMap instance raised the event.

args Telerik.Web.UI.TreeMapItemCreatedEventArgs

The arguments of the ItemCreated event.

In this article