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

EditorSettings.ClientEnabled Property

Gets or sets a value that indicates whether an editor is enabled on the client.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public bool ClientEnabled { get; set; }

Property Value

Type Description
Boolean

true if an editor is enabled; otherwise, false.

Remarks

Use the ClientEnabled property to specify an editor’s ability to respond to end-user interactions, such as mouse clicks or text input.

Note

The ClientEnabled property is not in effect if an editor is disabled on the server side by using the server Enabled property.

See Also