Property IsEditable
IsEditable
Gets or sets a value that enables or disables editing of the text in text box area of the control.
public virtual bool IsEditable { get; set; }
Property Value
- bool
trueif the text in the control can be edited; otherwisefalse.