Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Getting Started with Lookup
about the component's features, refer to the following article: How to Choose a Drop-Down Editor. 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
dxTextBox Configuration
-label for the component. jQuery index.js $(function(){ $("#textBoxContainer").dxTextBox({ // ... inputAttr: { 'aria-label': 'your-label', }, }); }); Angular app.component.html <dx-text-box ... [inputAttr]="{ 'aria-label': 'your-label' }"> </dx-text-box> Vue App.vue <template> <DxTextBox :input-attr="inputAttr
OLAP Cube
the XmlaStore: specify the OLAP server's url, the catalog that contains the OLAP cube that you access, and the cube. Wrap the XmlaStore into a PivotGridDataSource. This component enables you to group... DevExpress.data.XmlaStore({ url: "https://my-web-srv01/OLAP/msmdpump.dll", catalog: "AdventureWorksDW2012", cube: "Adventure Works" }); var adventureWorksDataSource = new
dxBarGauge Configuration
animation properties. To make your gauge "live", enable animation for it by setting the enabled property of the animation object to true. In this instance, the gauge indicators will appear in motion...; ); } } export default App; endValue Specifies an end value for the gauge's invisible scale. export Configures the exporting and printing features. These features allow a user to export your UI component
dxCircularGauge Configuration
animation properties. To make your gauge "live", enable animation for it by setting the enabled property of the animation object to true. In this instance, the gauge indicators will appear in motion... to export your UI component into a document or print it. When exporting is enabled, the "Exporting/Printing" button appears in the UI component. A click on it invokes a drop-down menu that lists