Gets or sets a value indicating whether the contents of the TextBox control can be changed.
true if the contents of the TextBox control cannot be changed; otherwise, false. The default value is false.
Use the ReadOnly property to specify whether the contents of the TextBox control can be changed. Setting this property to true will prevent users from entering a value or changing the existing value. Note that the user of the TextBox control cannot change this property; only the developer can.
ItemTextBox Class | Resco.Controls.DetailView Namespace