Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
dxDiagram CustomCommand
icon Specifies the custom command's icon. 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 Icon Libraries) The icon in the Base64 format The icon in the SVG format. Ensure that the source is reliable. items Lists command sub items. location
ODataContext
This object creates several ODataStore instances. Each instance accesses an individual entity collection. jQuery JavaScript var context = new DevExpress.data.ODataContext({ url: "http..."; // ... export class AppComponent { context: ODataContext; constructor () { this.context = new ODataContext({ url: "http://www.example.com/Northwind.svc
ODataContext Methods
the order with ID 1 to the customer with ID 2: jQuery JavaScript var context = new DevExpress.data.ODataContext({ url: "https://js.devexpress.com/Demos/DevAV/odata/", entities...: ODataContext; constructor() { this.context = new ODataContext({ url: "https://js.devexpress.com/Demos/DevAV/odata/", entities: { Orders
grids LoadPanel
enabled Enables displaying the load panel automatically. height Specifies the height of the load panel in pixels. indicatorSrc Specifies a URL pointing to an image to be used as a loading indicator. shading Specifies whether to shade the UI component when the load panel is shown. shadingColor Specifies the shading color. Applies only if shading is true. showIndicator Specifies whether
Object Structures loadPanel
enabled Specifies whether the load panel is enabled. height Specifies the height of the load panel in pixels. indicatorSrc Specifies a URL pointing to an image to be used as a loading indicator. shading Specifies whether to shade the UI component when the load panel is shown. shadingColor Specifies the shading color. Applies only if shading is true. This property supports the following