Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

dxSparkline Configuration

Reference
An object that specifies configuration properties for the Sparkline UI component.

, specify the barNegativeColor property. dataSource Binds the UI component to data. The Sparkline works with collections of objects. Depending on your data source, bind Sparkline to data as follows... to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore. Web API, PHP, MongoDB Use one of the following extensions to enable the server to process data according

dxList Configuration

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

with collections of string values or objects. Depending on your data source, bind List to data as follows. If the data source provides objects, also specify the itemTemplate. You can skip this part if the objects contain fields described in the items section. Data Array Assign the array to the dataSource option. View Demo Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON

dxLookup Configuration

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

to data. The Lookup works with collections of objects or string, number, or boolean values. Depending on your data source, bind Lookup to data as follows. In each case, also specify the valueExpr, displayExpr, or both if the data source provides objects. Data Array Assign the array to the dataSource option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file

dxPivotGrid Configuration

Reference
This section describes the configuration properties of the PivotGrid UI component.

the PivotGrid to data, assign a PivotGridDataSource to the UI component's dataSource property. In the PivotGridDataSource, specify the store property depending on your data source as shown in the following list... serviceUrl = "https://url/to/my/service"; $("#pivotGridContainer").dxPivotGrid({ // ... dataSource: new DevExpress.data.PivotGridDataSource({ store

dxFileManager Methods

Reference
This section describes methods that control the FileManager UI component.

- The item's thumbnail URL. tooltipText: string - The item's tooltip text. getInstance(element) Gets the instance of a UI component found using its DOM node. getInstance is a static method...; yourCustomMethod() { this.fileManager.instance.refresh(); // ... } } <dx-file-manager id="fileManager"> <!-- ... --> </dx-file-manager> import