Search Results: language:TI Anmeldung Charts Bookmark-Button

CustomStore Methods

Reference
This section describes the methods used to access data associated with the CustomStore.

byKey(key, extraOptions) Gets a data item with a specific key. jQuery JavaScript // The key consists of a single data field var singleKeyStore = new DevExpress.data.CustomStore({ key:...

LocalStore Methods

Reference
This section describes methods that control the LocalStore.

byKey(key) Gets a data item with a specific key. jQuery JavaScript // The key consists of a single data field var singleKeyStore = new DevExpress.data.LocalStore({ key: "field1", //...

ODataStore Methods

Reference
This section describes the methods that control the ODataStore.

byKey(key, extraOptions) Gets an entity with a specific key. In the following code, the byKey method loads the product with ID 1 along with the "Category" navigation...

Component Configuration Syntax

Guides

To help you configure DevExtreme UI components in a React-style code structure, we implemented configuration components. These are elements nested in JSX code as if they represented a UI component's...

dxBarGauge Configuration

Reference
An object that defines configuration properties for the BarGauge UI component.

See Also jQuery Create and Configure a Component Angular Component Configuration Syntax Vue Component Configuration Syntax React Component Configuration Syntax animation Specifies...