Search Results: wegh edit

dxMultiView Configuration

Reference
An object defining configuration properties for the MultiView UI component.

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

Reference
This section describes the configuration properties of the PivotGrid UI component.

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

Reference
Configures the header filter feature.

: { // ... search: { editorOptions: { placeholder: 'Search value', mode: 'text' }, enabled: true... ... > <dxo-search [editorOptions]="searchEditorOptions" [enabled]="true" [timeout]="700" mode="equals" ></dxo-search>

dxPivotGridFieldChooser Configuration

Reference
This section describes the configuration properties of the PivotGridFieldChooser UI component.

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

Reference
Configures the header filter feature.

: { // ... search: { editorOptions: { placeholder: 'Search value', mode: 'text' }, enabled: true...;dxo-header-filter ... > <dxo-search [editorOptions]="searchEditorOptions" [enabled]="true" [timeout]="700" mode="equals" ><