Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxContextMenu Configuration
on the same page. dataSource Binds the UI component to data. The ContextMenu works with collections of string values or objects. Depending on your data source, bind ContextMenu to data as follows... option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore. Web API, PHP, MongoDB Use one
dxRadioGroup Configuration
include the active state change for UI components. dataSource Binds the UI component to data. The RadioGroup works with collections of objects or string, number, or boolean values. Depending on your data.... Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore. Web API, PHP, MongoDB Use one of the following
dxFileManager contextMenu items
// ... }); }); function onItemClick(args) { if(args.itemData.extension) { // your code } } Angular app.component.htmlapp.component.tsapp.module.ts <dx-file-manager (onContextMenuItemClick...: ['./app.component.css'] }) export class AppComponent { onItemClick(e){ if(e.itemData.options.extension) { // your code } } } import { BrowserModule } from '@angular
dxDateBox Configuration
Specifies whether or not the UI component allows an end user to enter a custom value. accessKey Specifies the shortcut key that sets focus on the UI component. The value of this property will be passed... or not adaptive UI component rendering is enabled on a small screen. While displaying DateBox in your app, you may want to use different layouts for different screen sizes. While desktop monitors provide enough
dxFileManager File System Providers
({ fileSystemProvider: new DevExpress.fileManagement.CustomFileSystemProvider({ getItems: function(pathInfo) { // Your code goes here }, renameItem: function(item, name) { // Your code goes here }, createDirectory: function(parentDir, name) { // Your code goes here