Search Results: for qna runtime test begin qna runtime test query for qna runtime test end
- All Results 481
- Guides 184
- Reference 297
- Technical Demos
- Support Center
DevExpress MCP Server Configuration
the following command to activate these instructions: Code/mcp.dxdocs.devexpress_docs_query_workflow For information on how to implement these instructions in other IDEs, refer to the following topic
ArrayStore Methods
(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
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
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
Custom Sources
To bind DevExtreme Lookup to a custom data source, implement a CustomStore. You can use the following extensions to configure CustomStore and implement server-side data processing to bind DevExtreme components to Web API and MongoDB services: DevExtreme.AspNet.Data devextreme-query-mongodb If these extensions are not suitable for your data source, follow the instructions below to configure