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