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

dxTreeList Configuration

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

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

Reference
This section describes properties that configure the DropDownButton UI component's contents, behavior, and appearance.

. 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

Reference
An object that serves as a namespace for the methods that export DevExtreme UI components to PDF.

"); 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

Reference
This section describes an API that can be used in different application parts such as UI components, data and the application framework.

. 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

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

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