Search Results: if (!this.bundlesReported[script.src]) {

Overview

Guides

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

Guides

', 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

Guides

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

Guides

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

Guides

": [ "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