AxpDataGrid

EditFieldItem.Disabled Property

Whether an input field is Disabled.

[Visual Basic]
Public Property Disabled As Boolean
[C#]
public bool Disabled {get; set;}

Property Value

true if an input field is Disabled, false otherwise.

Remarks

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.

See Also

EditFieldItem Class | Axezz.WebControls Namespace