Gets or sets a value indicating whether the contents of the Input control can be changed.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[NotifyParentPropertyAttribute(true)]
[C1CategoryAttribute("Category.Behavior")]
[BindableAttribute(false)]
public bool ReadOnly { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
<NotifyParentPropertyAttribute(True)> _
<C1CategoryAttribute("Category.Behavior")> _
<BindableAttribute(False)> _
Public Property ReadOnly As Boolean
	Get
	Set

See Also