Whether an input field is Disabled.
true if an input field is Disabled, false otherwise.
To make a form input field readonly for the user, but scriptable in javascript, set ReadOnly=True and Disabled=False. If ReadOnly is set to true, Disabled will automatically also be set to true unless Disabled has already been set to true or false.
EditFieldItem Class | Axezz.WebControls Namespace