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

dxScheduler dxSchedulerToolbarItem

Reference
Configures toolbar items.

The toolbar can contain the following elements as items: Predefined controls Predefined controls appear in the toolbar depending on whether a specific Scheduler feature is enabled. The following...

dxSlider Configuration

Reference
An object defining configuration properties for the Slider UI component.

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

dxSplitter items

Reference
An array of items (panes) displayed by the UI component.

The items array can contain: Objects with fields described in this section. Objects with any other fields. In this case, specify the itemTemplate. As an alternative to items, you can use the...

dxSwitch Configuration

Reference
An object defining configuration properties for the Switch UI component.

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

Object Structures

Reference
This section describes the structure of the objects that are used in API multiple times as function parameters or property values.

dataGrid = $('#gridContainer').dxDataGrid({ // ... }).dxDataGrid('instance'); }); <head> <!-- ... --> <script src="https://cdnjs.cloudflare.com/ajax/libs...]="false" cellTemplate="pictureCellTemplate" ></dxi-data-grid-column> <div *dxTemplate="let data of 'pictureCellTemplate'"> <img [src]="data.value" />