Having trouble getting help?
Contact Support
Contact Support
Set disabled state
17 Feb 20221 minute to read
Switch can be disabled by setting the disabled
property to true.
The following example illustrates how to disable support in Switch component.
<ejs-switch id="default" disabled="true"></ejs-switch>
public ActionResult Default()
{
return View();
}