ASPxHtmlEditor.ClientEnabled Property
Gets or sets a value that indicates whether an ASPxHtmlEditor is enabled on the client.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use the ClientEnabled property to specify the ASPxHtmlEditor’s ability to respond to end-user interactions, such as mouse hovering or clicks. An editor’s availability state, defined by this property, can then be dynamically changed on the client side using the ASPxClientHtmlEditor.SetEnabled method.
Note
The ClientEnabled property is not in effect if the ASPxHtmlEditor is disabled on the server side by using server Enabled property.