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

Accessibility

Guides

Accessibility Features Overview NOTE The overall accessibility level of your application depends on the DataGrid features that you use. Accessibility Requirement Support Level...). Shift + Mouse Wheel Scrolls content left/right if horizontal scrolling is active. Enter Switches a cell

Accessibility

Guides

Accessibility Features Overview NOTE The overall accessibility level of your application depends on the TreeList features that you use. Accessibility Requirement Support Level... is taking place. Enter Switches a cell to the editing state.1 Moves focus to the next cell.2 Saves changes made in a cell or row

dxGantt Configuration

Reference
An object that defines the Gantt UI component's configuration properties.

", "SF", "sf" Use the dataSource property to bind the UI component to a data source, which contains information about dependency types. If the field names in your data source differ..., resources and dependencies. Set the enabled property to true to enable edit functionality. NOTE Make sure that your data sources (tasks, resources and dependencies) support edit actions

dxTextArea Configuration

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

this property to specify aria-label for the component. jQuery index.js $(function(){ $("#textAreaContainer").dxTextArea({ // ... inputAttr: { 'aria-label': 'your-label', }, }); }); Angular app.component.html <dx-text-area ... [inputAttr]="{ 'aria-label': 'your-label' }"> </dx-text-area> Vue App.vue <template> <DxTextArea

XmlaStore Configuration

Reference
This section describes properties that configure the XmlaStore.

beforeSend Specifies a function that customizes the request before it is sent to the server. jQuery JavaScript var store = new DevExpress.data.XmlaStore({ url: "https://my-web-srv01/OLAP... PivotGridDataSource({ // ... store: new XmlaStore({ url: "https://my-web-srv01/OLAP/msmdpump.dll", catalog: "AdventureWorksDW2012", cube