Search Results: "Write with OpenID" "Write post with name/password" slot

dxTreeMap colorizer

Reference
Manages the color settings.

for tile colorization: "discrete", "gradient" and "range". The "discrete" algorithm is the simplest of all. It paints each tile within a group in a color taken from the palette. When there are several

dxTreeMap Node

Reference
This section describes the Node object, which represents a treemap node.

Node objects are accessible within certain event handlers, for example, onNodesInitialized, onNodesRendering, etc. Also, you can obtain these objects using the getRootNode() and getCurrentNode() methods. Fields Fields that provide information on the treemap node. Methods Methods used to control the treemap node.

dxTreeMap Methods

Reference
Methods used to control the treemap node.

. getAllNodes() Returns all descendant nodes. This method allows you to obtain all descendant nodes without tree traversal. If you need to obtain the direct descendants only, use the getAllChildren() method

dxTreeView

Reference
The TreeView UI component is a tree-like representation of textual data.

Vue Event Handling React Event Handling Node A TreeView node. This section describes the contents of a TreeView node object. Such objects can be accessed using the getNodes() method and within

dxTreeView Configuration

Reference
An object defining configuration properties for the TreeView UI component.

to items, you can use the dataSource property. It accepts the DataSource object, whose underlying stores provide an API that allows you to update individual items without reassigning the entire item... should be unique within the data array. See Also Specify data using dataSource property Specify data using items property noDataText Specifies the text or HTML markup displayed by the UI component