Search Results: wegh edit
- All Results 367
- Guides 135
- Reference 232
- Technical Demos
- Support Center
dxMultiView Configuration
Navigation UI Demo Editors Demo selectedIndex The index of the currently displayed item. selectedItem The selected item object. swipeEnabled A Boolean value specifying whether or not to allow users
dxPivotGrid Configuration
Navigation UI Demo Editors Demo scrolling A configuration object specifying scrolling properties. The PivotGrid UI component enables an end user to scroll grid records. To specify required scrolling behavior
dxPivotGrid headerFilter
: { // ... search: { editorOptions: { placeholder: 'Search value', mode: 'text' }, enabled: true... ... > <dxo-search [editorOptions]="searchEditorOptions" [enabled]="true" [timeout]="700" mode="equals" ></dxo-search>
dxPivotGridFieldChooser Configuration
to the rtlEnabled field of the object passed to the DevExpress.config(config) method. JavaScriptDevExpress.config({ rtlEnabled: true }); DataGrid Demo Navigation UI Demo Editors Demo
dxPivotGridFieldChooser headerFilter
: { // ... search: { editorOptions: { placeholder: 'Search value', mode: 'text' }, enabled: true...;dxo-header-filter ... > <dxo-search [editorOptions]="searchEditorOptions" [enabled]="true" [timeout]="700" mode="equals" ><