Skip to main content
A newer version of this page is available. .
Tab

ASPxEdit.Enabled Property

Gets or sets a value that indicates whether the editor is enabled, allowing it to respond to end-user interactions.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override bool Enabled { get; set; }

Property Value

Type Description
Boolean

true if the editor is enabled; otherwise, false.

Remarks

When this property is set to false, the editor doesn’t respond to end-user interactions, such as mouse hovering or clicks.

See Also