Skip to main content
Tab

ASPxAutoCompleteBoxBase.ReadOnly Property

Gets or sets a value indicating whether an end-user can change the editor’s contents at runtime.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override bool ReadOnly { get; set; }

Property Value

Type Description
Boolean

true, if an end-user cannot change the editor’s contents; otherwise, false.

See Also