Skip to main content
A newer version of this page is available. .

TreeMapBuilder Methods

A TreeMap control.
Name Description
ChildrenField(JS) Mirrors the client-side childrenField option.
ChildrenField(String) Mirrors the client-side childrenField option.
ColorField(JS) Mirrors the client-side colorField option.
ColorField(String) Mirrors the client-side colorField option.
Colorizer(Action<TreeMapColorizerBuilder>) Mirrors the client-side colorizer object.
DataSource(JS) Mirrors the client-side dataSource option.
DataSource(IEnumerable, String[]) Binds a TreeMap control to a collection: Array, List, or IEnumerable.
DataSource(Func<DataSourceFactory, OptionsOwnerBuilder>) Binds a TreeMap control to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more.
DataSource(String, String[]) Binds a TreeMap control to read-only data in JSON format.
DataSourceOptions(Action<DataSourceOptionsBuilder>) Provides access to methods that mirror client-side data source options.
Disabled(JS) Mirrors the client-side disabled option.
Disabled(Boolean) Mirrors the client-side disabled option.
ElementAttr(JS) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Dictionary<String, Object>) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(String, Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Export(Action<TreeMapExportBuilder>) Mirrors the client-side export object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Group(Action<TreeMapGroupBuilder>) Mirrors the client-side group object.
HoverEnabled(JS) Mirrors the client-side hoverEnabled option.
HoverEnabled(Boolean) Mirrors the client-side hoverEnabled option.
ID(JS) Specifies the id attribute for the control’s HTML element (used for nested controls within templates).
ID(String) Specifies the id attribute for the control’s HTML element.
IdField(JS) Mirrors the client-side idField option.
IdField(String) Mirrors the client-side idField option.
InteractWithGroup(JS) Mirrors the client-side interactWithGroup option.
InteractWithGroup(Boolean) Mirrors the client-side interactWithGroup option.
LabelField(JS) Mirrors the client-side labelField option.
LabelField(String) Mirrors the client-side labelField option.
LayoutAlgorithm(TreeMapLayoutAlgorithm) Mirrors the client-side layoutAlgorithm option.
LayoutDirection(TreeMapLayoutDirection) Mirrors the client-side layoutDirection option.
LoadingIndicator(Action<TreeMapLoadingIndicatorBuilder>) Mirrors the client-side loadingIndicator object.
MaxDepth(JS) Mirrors the client-side maxDepth option.
MaxDepth(Double) Mirrors the client-side maxDepth option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnClick(RazorBlock) Mirrors the client-side onClick option.
OnClick(String) Mirrors the client-side onClick option.
OnDisposing(RazorBlock) Mirrors the client-side onDisposing option.
OnDisposing(String) Mirrors the client-side onDisposing option.
OnDrawn(RazorBlock) Mirrors the client-side onDrawn option.
OnDrawn(String) Mirrors the client-side onDrawn option.
OnDrill(RazorBlock) Mirrors the client-side onDrill option.
OnDrill(String) Mirrors the client-side onDrill option.
OnExported(RazorBlock) Mirrors the client-side onExported option.
OnExported(String) Mirrors the client-side onExported option.
OnExporting(RazorBlock) Mirrors the client-side onExporting option.
OnExporting(String) Mirrors the client-side onExporting option.
OnFileSaving(RazorBlock) Mirrors the client-side onFileSaving option.
OnFileSaving(String) Mirrors the client-side onFileSaving option.
OnHoverChanged(RazorBlock) Mirrors the client-side onHoverChanged option.
OnHoverChanged(String) Mirrors the client-side onHoverChanged option.
OnIncidentOccurred(RazorBlock) Mirrors the client-side onIncidentOccurred option.
OnIncidentOccurred(String) Mirrors the client-side onIncidentOccurred option.
OnInitialized(RazorBlock) Mirrors the client-side onInitialized option.
OnInitialized(String) Mirrors the client-side onInitialized option.
OnNodesInitialized(RazorBlock) Mirrors the client-side onNodesInitialized option.
OnNodesInitialized(String) Mirrors the client-side onNodesInitialized option.
OnNodesRendering(RazorBlock) Mirrors the client-side onNodesRendering option.
OnNodesRendering(String) Mirrors the client-side onNodesRendering option.
OnOptionChanged(RazorBlock) Mirrors the client-side onOptionChanged option.
OnOptionChanged(String) Mirrors the client-side onOptionChanged option.
OnSelectionChanged(RazorBlock) Mirrors the client-side onSelectionChanged option.
OnSelectionChanged(String) Mirrors the client-side onSelectionChanged option.
Option(String, Object) Specifies an option by its name.
ParentField(JS) Mirrors the client-side parentField option.
ParentField(String) Mirrors the client-side parentField option.
PathModified(JS) Mirrors the client-side pathModified option.
PathModified(Boolean) Mirrors the client-side pathModified option.
RedrawOnResize(JS) Mirrors the client-side redrawOnResize option.
RedrawOnResize(Boolean) Mirrors the client-side redrawOnResize option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Render() Inherited from WidgetBuilder.
RtlEnabled(JS) Mirrors the client-side rtlEnabled option.
RtlEnabled(Boolean) Mirrors the client-side rtlEnabled option.
SelectionMode(SelectionMode) Mirrors the client-side selectionMode option.
Size(Action<TreeMapSizeBuilder>) Mirrors the client-side size object.
Theme(VizTheme) Mirrors the client-side theme option.
Tile(Action<TreeMapTileBuilder>) Mirrors the client-side tile object.
Title(JS) Mirrors the client-side title option.
Title(Action<TreeMapTitleBuilder>) Mirrors the client-side title object.
Title(String) Mirrors the client-side title option.
Tooltip(Action<TreeMapTooltipBuilder>) Mirrors the client-side tooltip object.
ToString() Inherited from WidgetBuilder.
ToTemplate() Renders the control as a template string for use in another control’s template. Inherited from WidgetBuilder.
ValueField(JS) Mirrors the client-side valueField option.
ValueField(String) Mirrors the client-side valueField option.
See Also