Gets or sets the enabled state of the control.
Namespace: Telerik.UIAssembly: (in WinJS.exe) Version:
Syntax
JavaScript |
---|
//propValue is of type Boolean
var propValue = instance.enabled;
instance.enabled = propValue; |
Property Value
Type:
Boolean
See Also