Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxTreeMap Configuration
only if objects of your data source contain a field providing colors. If so, assign the name of this field to the colorField property. The colors must have one of the following formats: Hexadecimal...: 2, name: "Tomatoes", value: 8 } ]; let treeMapOptions = { // ... idField: "id", parentField: "parent" }; View Demo Depending on your data source, bind
dxMenu items
for more information. disabled Specifies whether the menu item responds to user interaction. icon Specifies the menu item's icon. This property accepts one of the following: The icon's URL... for the url option. You can assign all attributes described in the Attributes article except for the following: href Use the url property to specify a link instead. Global attributes You can specify
dxFileManager FileSystemItem Fields
keys. This difference between the fields is more distinct if you specify keyExpr for your File System Provider. For example, the path and pathkeys fields may have the following values if keyExpr... separated by a slash. The pathKeys field stores an array of path item keys. This difference between the fields is more distinct if you specify keyExpr for your File System Provider. For example
dxSankey Configuration
array and is aligned to the center (according to the default value). dataSource Binds the UI component to data. The Sankey works with collections of objects. Depending on your data source, bind Sankey... Set the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore. Web API, PHP, MongoDB Use one of the following extensions to enable the server
dxTreeView Configuration
one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library The icon's CSS class if the icon is from an external icon library (see External Icon Libraries...) { var d = $.Deferred(); $.get("http://url/to/the/service", { // Here, 0 is the "rootValue" property's value. parentId: parentNode ? JSON.stringify