Skip to main content

HtmlEditorHtmlViewSettings.ShowCollapseTagButtons Property

Specifies the visibility of buttons allowing end-users to collapse and expand tags.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
Boolean false

true, to show collapse tag buttons; otherwise, false.

#Property Paths

You can access this nested property as listed below:

Object Type Path to ShowCollapseTagButtons
ASPxHtmlEditorSettings
.SettingsHtmlView .ShowCollapseTagButtons

#Remarks

Note that the ShowCollapseTagButtons property is in effect in advanced mode only, i.e., when the HtmlEditorHtmlViewSettings.Mode property is set to Advanced.

ASPxHtmlEditor_HtmlViewSettings

Run Demo: Html Highlighting

See Also