Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

dxFilterBuilder customOperations

Reference
Configures custom filter operations.

is displayed. icon Specifies the icon that should represent the filter operation. This property accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon

Object Structures floatingActionButtonConfig

Reference
Configures a Floating Action Button (FAB) that emits a stack of related actions (speed dial).

. icon Specifies the icon the FAB displays when the speed dial is closed. This property accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library

dxFileManager Remote

Reference
The Remote file system provider works with a file system located on the server.

MVC Controls Razor C# @(Html.DevExtreme().FileManager() .FileSystemProvider(provider => provider.Remote() .Url(Url.RouteUrl("FileManagerDBProviderApi"))) ) <...().FileManager() .FileSystemProvider(provider => provider.Remote() .Url(Url.RouteUrl("FileManagerDBProviderApi"))) ) <!--FileManagerDBProviderApiController--> [Route("api/file-manager-file

Utils

Reference
This section describes the utility objects that the DevExtreme data layer provides.

); this.query = Query([10, 20, 50, 40, 30]); } // ... } export default App; See Also Query Concept query(url, queryOptions) Creates a Query instance that accesses a remote data service using its URL. The queryOptions object should contain the adapter function that implements data access logic. The queryOptions object can also contain the errorHandler function for handling errors

Errors and Warnings

Reference
This section lists errors and warnings that may occur when using the DevExtreme Data Library.

('url/to/the/resource', loadOptions).done(function (response) { deferred.resolve({ data: response.data, totalCount: response.totalCount }); }); return deferred.promise.... index.js var store = new DevExpress.data.CustomStore({ // . . . load: function (loadOptions) { var deferred = $.Deferred(); $.get('url/to/the/resource', loadOptions