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

DataSource

Reference
The DataSource is an object that provides an API for processing data from an underlying store.

jQuery JavaScript var dataSource = new DevExpress.data.DataSource({ // ... // DataSource is configured here // ... }); Angular TypeScript import DataSource from...

Utils animationPresets

Reference
A repository of animations.

Stagger-like animations are executed by the transitionExecutor only. They cannot be applied by calling the animate method for a particular element. To populate the animationPresets repository with your

Utils themes

Reference
An object that serves as a namespace for the methods that work with DevExtreme CSS Themes.

current() Gets the current theme's name. current(themeName) Sets a theme with a specific name. The theme name passed as a parameter should be the value of the data-theme attribute used within the rel="dx-theme" links to the theme. For instance, if you have links to two of your themes... HTML<link rel="dx-theme" data-theme="generic.dark" href="css/mytheme-dark.css" data-active="true"> <

dxPieChart annotations

Reference
Specifies the annotation collection.

" }, { type: "image", image: "http://image/url/myimage.png" }, { type: "custom", template: function(annotation) { const data = annotation.data...-annotation> <dxi-annotation type="image" image="http://image/url/myimage.png"> </dxi-annotation> <dxi-annotation type="custom" template="custom

dxVectorMap annotations

Reference
Specifies the annotation collection.

" }, { type: "image", image: "http://image/url/myimage.png" }, { type: "custom", template: function(annotation) { const data...-annotation> <dxi-annotation type="image" image="http://image/url/myimage.png"> </dxi-annotation> <dxi-annotation type="custom" template