Search Results: wegh edit
- All Results 367
- Guides 135
- Reference 232
- Technical Demos
- Support Center
dxSplitter Configuration
to the DevExpress.config(config) method. JavaScriptDevExpress.config({ rtlEnabled: true }); DataGrid Demo Navigation UI Demo Editors Demo separatorSize Specifies the size of a separator bar in pixels
dxSwitch Configuration
differs from the initial value. This property is a read-only flag. You can use it to check if the editor value changed. jQuery index.js $(() => { const switch = $('#switch').dxSwitch... ... onClick={onClick} /> ); }; export default App; See Also reset isValid Specifies or indicates whether the editor's value is valid. NOTE When you use async rules
dxTabPanel Configuration
to the DevExpress.config(config) method. JavaScriptDevExpress.config({ rtlEnabled: true }); DataGrid Demo Navigation UI Demo Editors Demo scrollByContent A Boolean value specifying if tabs in the title
dxTabs Configuration
, assign true 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
dxTagBox Configuration
field is styled. The following styles are available: You can also use the global editorStylingMode setting to specify how the text fields of all editors in your application are styled. tabIndex... current value differs from the initial value. This property is a read-only flag. You can use it to check if the editor value changed. jQuery index.js $(() => { const tagBox = $('#tagBox