Disabled Property (Switch)
Specifies a value that indicates whether the Switch is `disabled` or not.
When set to `true`, the Switch will be in `disabled` state.
Syntax
[DefaultValue(false)] [HtmlAttributeName("disabled")] [Newtonsoft.Json.JsonProperty("disabled")] public bool Disabled {get; set;}
[DefaultValue(false)] [HtmlAttributeName("disabled")] [Newtonsoft.Json.JsonProperty("disabled")] public: property bool Disabled { bool get(); void set ( bool value); }
AssemblyVersion
Syncfusion.EJ2: 17.3500.0.26
See Also