Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxSparkline Configuration
, 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
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
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
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
- 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