You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use `dxo-` ('o' is a contraction of 'option') prefixed components to configure complex nested options for widgets.
312
-
The following example demonstrates how to configure the [tooltip](https://js.devexpress.com/Documentation/ApiReference/Data_Visualization_Widgets/dxTreeMap/Configuration/tooltip/) option of the TreeMap widget:
312
+
The following example demonstrates how to configure the [tooltip](https://js.devexpress.com/Documentation/ApiReference/Data_Visualization_Widgets/dxTreeMap/Configuration/tooltip/) option of the dxTreeMap widget:
313
313
314
314
```html
315
315
<dx-tree-map[dataSource]="treeData">
@@ -333,8 +333,8 @@ export class AppComponent {
333
333
}
334
334
```
335
335
336
-
You can also use `dxi-` ('i' is a contraction of 'item') prefixed components to configure complex collection options for widgets.
337
-
The following example demonstrates how to configure the [columns](https://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxDataGrid/Configuration/columns/) option of the DataGrid widget:
336
+
You can also use `dxi-` ('i' is a contraction of 'item') prefixed components to configure complex collection options for widgets.
337
+
The following example demonstrates how to configure the [columns](https://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxDataGrid/Configuration/columns/) option of the dxDataGrid widget:
338
338
339
339
```html
340
340
<dx-data-grid[dataSource]="data">
@@ -360,7 +360,7 @@ export class AppComponent {
360
360
```
361
361
362
362
To configure options that can accept a configuration object or an array of configuration objects, use `dxi-` prefixed components.
363
-
The following example demonstrates how to configure the [valueAxis](https://js.devexpress.com/Documentation/ApiReference/Data_Visualization_Widgets/dxChart/Configuration/valueAxis/) option of the Chart widget:
363
+
The following example demonstrates how to configure the [valueAxis](https://js.devexpress.com/Documentation/ApiReference/Data_Visualization_Widgets/dxChart/Configuration/valueAxis/) option of the dxChart widget:
0 commit comments