ASPxEdit.Enabled Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Boolean |
|
#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