Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxTreeList Configuration
different data fields. Specify the dataStructure property to notify the TreeList of the used structure and refer to the property's description for information on the required fields. Depending on your data source, bind TreeList to data as follows. Data Array Assign the array to the dataSource option. View Demo Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file
dxDropDownButton Configuration
. dataSource Provides data for the drop-down menu. The DropDownButton works with collections of objects or string or number values. Depending on your data source, bind DropDownButton to data as follows... for more information. Data Array Assign the array to the dataSource option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data
Utils pdfExporter
"); gantt.exportToPdf({ format: "A4", landscape: true, exportMode: "chart", dateRange: "visible" }).then(function(doc) { doc.autoPrint(); window.open(doc.output('your_url'), '_blank'); }); ... within the <head> tag. If you use Angular, Vue, or React, install the library with the following command: npm install jspdf You can call this method at any point in your application. Warning
Utils
. To populate the animationPresets repository with your animations, use the registerPreset(name, config) method. To get the required animation from the repository, use the getPreset(name) method. config() Gets the current global configuration. config(config) Configures your application before its launch. jQuery index.js DevExpress.config({ rtlEnabled: true, forceIsoDateParsing: false
dxActionSheet Configuration
displayed in the button that closes the action sheet. dataSource Binds the UI component to data. The ActionSheet works with collections of string values or objects. Depending on your data source, bind... Assign the array to the dataSource option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore. Web