Back to Devexpress

ASPxEdit.Enabled Property

aspnet-devexpress-dot-web-dot-aspxedit-2ba7a94f.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public override bool Enabled { get; set; }
vb
Public Overrides Property Enabled As Boolean

Property Value

TypeDescription
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

ASPxEdit Class

ASPxEdit Members

DevExpress.Web Namespace