Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxActionSheet items
Specifies whether the UI component item responds to user interaction. icon Specifies the icon to be displayed on the action sheet button. This property accepts one of the following: The icon's URL... action when a button representing an action sheet item is clicked. To navigate to a specific URL when the click event fires for action sheet buttons, assign that URL directly to this property. render
dxDataGrid Methods
[].calculateCellValue in your DataGrid, set returnDataField to false or utilize the getCombinedFilter() method. For details on how to obtain all filtered and sorted rows of a DataGrid component... ===== dataGrid.getSelectedRowsData().then(function(selectedRowsData) { // Your code goes here }); Angular app.component.tsapp.component.htmlapp.module.ts import { Component, ViewChild } from '@angular/core'; import
dxDiagram customShapes
:category="'hardware'" :type="'internet'" :title="'Internet'" :background-image-url="'images/shapes/internet.svg'" :background-image-left="0.15... edge matches the shape's top edge. The absolute offset is calculated by multiplying the backgroundImageTop value by the shape's height. backgroundImageUrl Specifies the shape background image's URL
dxMap markers
If you use the Knockout approach when working with the Map UI component, you can pass an observable array to the markers property to easily manage markers. View Demo View on GitHub iconSrc A URL pointing to the custom icon to be used for the marker. location Specifies the marker location. You can specify the location value in one
Query
To create a Query, call the query(array) or query(url, queryOptions) method, depending on the type of the storage you access. The Query supports method chaining. This enables you to execute several methods in a single statement. jQuery JavaScript var dataObjects = [ { name: "Amelia", birthYear: 1991, gender: "female" }, { name: "Benjamin", birthYear: 1983, gender: "male" }, { name