Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
HTML-Based Components Customization
This article describes ways to customize HTML-based UI components. A similar article on SVG-based UI components is also available. If you do not know whether your UI component is HTML- or SVG-based... console with warnings that help you mend your code. Each UI component has an API described in the UI component's API reference section. For example, you can specify the UI component's width via
dxButton Configuration
. This property accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library The icon's CSS class if the icon is from an external icon library (see External... supplies the following button types: You can also specify your own button type and define its CSS rules as shown in the example: jQuery index.jsindex.css $(function() { $("#button").dxButton
XmlaStore
The XmlaStore is used in the PivotGridDataSource which, in turn, is used in the PivotGrid UI component. jQuery JavaScript var store = new DevExpress.data.XmlaStore({ url: "http://my... DevExpress.data.PivotGridDataSource({ store: { type: "xmla", url: "http://my-web-srv01/OLAP/msmdpump.dll", catalog: "AdventureWorksDW2012", cube: "Adventure Works" }, // Other
Getting Started with TextArea
the value property. You can also specify the maxLength property to limit the number of characters users can enter. Note that this property only limits the number of characters for users. Your code...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
Data Binding
image URL or Base64 encoded image. This property is in effect for nodes of the cardWithImageOnLeft, cardWithImageOnTop, or cardWithImageOnRight type. "images/employees/30.png... that returns a constant value or calculates a value in runtime based on conditions. If your diagram includes container shapes, define the containerKeyExpr property to store information about a parent