FormControlSupportsDisabledAttribute Property |
Gets a value that indicates whether the control should set the disabled attribute of the rendered HTML element to "disabled" when the control's
IsEnabled property is false.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax public override bool SupportsDisabledAttribute { get; }
Property Value
Type:
BooleanSee Also