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

dxButton Configuration

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

. This property accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library The icon's CSS class if the icon is from an external icon library (see External... supplies the following button types: You can also specify your own button type and define its CSS rules as shown in the example: jQuery index.jsindex.css $(function() { $("#button").dxButton

XmlaStore

Reference
The XmlaStore is a store that provides an interface for accessing an OLAP cube according to the XMLA standard.

The XmlaStore is used in the PivotGridDataSource which, in turn, is used in the PivotGrid UI component. jQuery JavaScript var store = new DevExpress.data.XmlaStore({ url: "http://my... DevExpress.data.PivotGridDataSource({ store: { type: "xmla", url: "http://my-web-srv01/OLAP/msmdpump.dll", catalog: "AdventureWorksDW2012", cube: "Adventure Works" }, // Other

dxFileUploader Configuration

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

that cancels the file upload. jQuery index.js $(function() { $("#file-uploader").dxFileUploader({ abortUpload: function(file, uploadInfo) { // your code...({ // ... onFilesUploaded: function(e) { // Your code goes here } }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-file-uploader

dxMap Configuration

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

include the active state change for UI components. apiKey Keys to authenticate the component within map providers. If you have more than one map provider in your application, specify the keys in the object... that appears when a user pauses on the UI component. hoverStateEnabled Specifies whether the UI component changes its state when a user pauses on it. markerIconSrc A URL pointing to the custom icon to be used

dxFileManager Remote Configuration

Reference
This section describes properties that configure the Remote file system provider.

", requestHeaders: { YourHeaderName: "YourHeaderValue" }, // ... }) }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-file-manager...://js.devexpress.com/Demos/Mvc/api/file-manager-file-system-scripts", requestHeaders: { YourHeaderName: "YourHeaderValue" } }); } } import { BrowserModule } from