Skip to main content

HtmlEditorHtmlViewSettings.EnableAutoCompletion Property

Specifies the availability of intellisense support.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(false)]
public bool EnableAutoCompletion { get; set; }

#Property Value

Type Default Description
Boolean false

true, to enable auto completion; otherwise, false.

#Property Paths

You can access this nested property as listed below:

Object Type Path to EnableAutoCompletion
ASPxHtmlEditorSettings
.SettingsHtmlView .EnableAutoCompletion

#Remarks

Note

The EnableAutoCompletion property is in effect in advanced mode only, i.e., when the HtmlEditorHtmlViewSettings.Mode property is set to Advanced.

Run Demo: Html Highlighting

See Also