Back to Devexpress

ASPxEdit.ClientReadOnly Property

aspnet-devexpress-dot-web-dot-aspxedit-65ff1df9.md

latest1.3 KB
Original Source

ASPxEdit.ClientReadOnly Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool ClientReadOnly { get; set; }
vb
<DefaultValue(False)>
Public Property ClientReadOnly As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

ASPxEdit Class

ASPxEdit Members

DevExpress.Web Namespace