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

Templates

Guides

;div *dxTemplate="let data of 'pictureCellTemplate'"> <img [src]="data.value" /> </div> </dx-data-grid> <!-- Non-named template --> <dx-toolbar> <..." data-field="Picture" cell-template="pictureCellTemplate" /> <template #pictureCellTemplate="{ data }"> <img :src="data.value" /> <

dxActionSheet items

Reference
An array of items displayed by the UI component.

The items array can contain: Strings Objects with fields described in this section Objects with any other fields. In this case, specify the itemTemplate. If you need to update the UI component...

dxBarGauge Configuration

Reference
An object that defines configuration properties for the BarGauge UI component.

See Also jQuery Create and Configure a Component Angular Component Configuration Syntax Vue Component Configuration Syntax React Component Configuration Syntax animation Specifies...

dxButtonGroup items

Reference
Configures buttons in the group.

The items array can contain: Objects with fields described in this section Objects with any other fields. In this case, specify the buttonTemplate. If you need to update the UI component items,...

dxDataGrid headerFilter

Reference
Configures the header filter feature.

A header filter allows a user to filter values in an individual column by including/excluding them in/from the applied filter. A click on a header filter icon invokes a popup menu with all unique...