Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
Overview
A label is an element that accompanies a node and displays the node's title or custom data. Properties that configure node labels are collected in the label object. Refer to its description in the...
Customize Item Appearance
', displayExpr: 'name', itemTemplate: function (itemData, itemIndex, itemElement) { return $("<div />").append( $("<img />").attr("src", itemData.imgSrc... [dataSource]="tagBoxData" displayExpr="name" valueExpr="id" itemTemplate="item"> <div *dxTemplate="let data of 'item'"> <img src="{{data.imgSrc}}" /> <div
Overview
DevExtreme TextBox is a UI component that allows users to enter and edit a single line of text. In this overview, you can find a map of TextBox elements, information about key features, and what to...
Overview
TreeView is a UI component that displays a tree of text nodes. In this overview, you can find a map of TreeView elements, information about key features, and what to explore next. Elements...
Add DevExtreme to an Angular CLI Application
": [ "node_modules/devextreme/dist/css/dx.light.css", "src/styles.css" ], ... }, ... }, ... } }, ... }, ... } NOTE You can go to the src folder, open the index.html file, and add the dx-viewport class to the <body> tag. This ensures that theme colors and typography settings are applied to all page elements