Search Results: for qna runtime test begin qna runtime test query for qna runtime test end

ArrayStore Methods

Reference
This section describes methods that control the ArrayStore.

(props); store.clear(); } // ... } export default App; createQuery() Creates a Query for the underlying array. jQuery JavaScript var store = new DevExpress.data.ArrayStore({ // ArrayStore is configured here }); var query = store.createQuery(); Angular TypeScript import ArrayStore from "devextreme/data/array_store"; import DevExpress from "devextreme/bundles/dx.all

LocalStore Methods

Reference
This section describes methods that control the LocalStore.

a Query for the underlying array. jQuery JavaScript var store = new DevExpress.data.ArrayStore({ // ArrayStore is configured here }); var query = store.createQuery(); Angular TypeScript import ArrayStore from "devextreme/data/array_store"; import DevExpress from "devextreme/bundles/dx.all"; // ... export class AppComponent { store: ArrayStore; query: DevExpress.data.Query

dxFileManager contextMenu

Reference
Configures the context menu settings.

and optional settings ('visible', 'beginGroup', 'text', 'icon', 'disabled') to the items array. jQuery JavaScript $(function () { $("#file-manager").dxFileManager({ contextMenu... { name: "download", text: "Download a File" }, { name: "refresh", beginGroup: true

Common Types

Reference

required by AI endpoints. For example, you can add metadata and query parameters. Response An object returned by the sendRequest function. ScrollbarMode Specifies when the UI component shows

ODataStore Methods

Reference
This section describes the methods that control the ODataStore.

the "error" here */ } ); } } export default App; createQuery(loadOptions) Creates a Query for the OData endpoint. jQuery JavaScript var store = new DevExpress.data.ODataStore({ // ODataStore is configured here }); var query = store.createQuery({ expand: "propertyName" }); Angular TypeScript import ODataStore from "devextreme/data/odata/store"; // ... export class AppComponent