Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
dxTreeMap colorizer
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
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
. 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
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
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