Skip to main content
Tab

ASPxEdit.ClientReadOnly Property

Gets or sets whether the editor is read only on the client-side.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ClientReadOnly { get; set; }

Property Value

Type Default Description
Boolean false

true, if the editor is read only on the client side; otherwise, false.

Remarks

Use the ASPxClientEdit.SetReadOnly and ASPxClientEdit.GetReadOnly methods to change and obtain the editor’s Read Only state on the client-side, respectively.

See Also