aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-3fcc373c.md
A Switch control.
Namespace : DevExtreme.AspNet.Mvc.Builders
Assembly : DevExtreme.AspNet.Core.dll
public class SwitchBuilder :
WidgetBuilder
The following members return SwitchBuilder objects:
Show 66 links
Call the Switch helper method to create a new Switch control. The method creates a SwitchBuilder class instance whose members allow you to specify control options.
@(Html.DevExtreme().Switch() // create a Switch
// call methods to specify control options
)
Object OptionsOwnerBuilder WidgetBuilder SwitchBuilder
See Also