Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Getting Started with TreeView
: 550 }, { ID: "1_1_4_2", categoryId: "1_1_4", name: "Projector PlusHD", image: IMAGE_URL + "15.png", price: 750 } ]; export default products; If your...jQuery NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Angular NOTE Before you start the tutorial, ensure DevExtreme is installed in your application
UI Components
Getting Started with Accordion jQuery NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Angular NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Vue NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. React NOTE Before you start the tutorial, ensure DevExtreme is installed
ODataStore Configuration
({ // ... onUpdating: function (key, values) { // Your code goes here } }); class App extends React.Component { // ... } export default App; url Specifies the URL of an OData entity collection...beforeSend Specifies a function that customizes the request before it is sent to the server. jQuery JavaScript var store = new DevExpress.data.ODataStore({ url: "https://js.devexpress.com/Demos
dxTreeMap Configuration
only if objects of your data source contain a field providing colors. If so, assign the name of this field to the colorField property. The colors must have one of the following formats: Hexadecimal...: 2, name: "Tomatoes", value: 8 } ]; let treeMapOptions = { // ... idField: "id", parentField: "parent" }; View Demo Depending on your data source, bind
dxMenu items
for more information. disabled Specifies whether the menu item responds to user interaction. icon Specifies the menu item's icon. This property accepts one of the following: The icon's URL... for the url option. You can assign all attributes described in the Attributes article except for the following: href Use the url property to specify a link instead. Global attributes You can specify