Create a Control
To create a control:
- Call the
DevExtreme()
HtmlHelper extension method. - Call the control’s builder method.
If you create a control inside a code block, end the configuration with a Render()
method call.
To create a control:
DevExtreme()
HtmlHelper extension method.If you create a control inside a code block, end the configuration with a Render()
method call.