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

Customize

Guides

The Map UI component allows you to provide a single icon for all markers. For this purpose, assign the URL of the icon to the markerIconSrc property. In addition, you can customize the icon of an individual marker using the iconScr property. jQuery JavaScript $(function() { $("#mapContainer").dxMap({ zoom: 10, markerIconSrc: "https://js.devexpress.com/Demos/RealtorApp/images

Read-Only Data in JSON Format

Guides

To bind a UI component to JSON data, pass the data URL to the UI component's dataSource property. jQuery index.js $(function() { $("#dataGridContainer").dxDataGrid({ dataSource: "https://jsonplaceholder.typicode.com/posts" }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-data-grid [dataSource]="jsonUrl"> </dx-data-grid> import { Component

Shape Types

Guides

The following built-in shape types are available in the Diagram UI component: General Group Texttext rectangle ellipse cross triangle diamond heart ...

Custom Shapes

Guides

;/dxi-custom-shape> </dx-diagram> Vue App.vue <DxDiagram id="diagram" ref="diagram" > <DxCustomShape :type="'Rounded Rectangle'" :background-image-url... shape can display an inner image. Use the defaultImageUrl property to specify the image URL. The following properties allow you to specify the image size and position: imageHeight imageTop imageLeft

Value Formatting and Masked Input

Guides

/decreases the selected value section by 1. The caret moves to the next date section when the previous date section is entered. The year is entered right-to-left. For example, enter 2 to specify the year 2002; enter 19 for 2019. The corresponding month/day number or initial letters can be used to specify the month and day of the week when they are displayed as text. For example, in the month section