Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost

dxDiagram CustomCommand

Reference
An object that provides information about a custom command in the Diagram UI component.

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

Reference
The ODataContext is an object that provides access to an entire OData service.

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

Reference
This section describes the methods that control the ODataContext.

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

Reference
Configures the load panel.

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

Reference
Configures the load panel.

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