JavaScript/jQuery Form - colCountByScreen
Type:
Default Value: undefined
The following code sample illustrates how to set this property:
App.js
- import React from 'react';
- import Form, { ColCountByScreen } from 'devextreme-react/form';
- const App = () => {
- return (
- <Form ...>
- <ColCountByScreen xs={2} />
- </Form>
- );
- };
- export default App;
Feedback