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

HtmlEditorAdaptivitySettings.Enabled Property

Specifies whether an adaptive behavior is enabled for the pager.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to enable the adaptive behavior; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Enabled
ASPxHtmlEditor
HtmlEditorSettings
MVCxHtmlEditor

Remarks

When the Enabled property is set to true, the ASPxHtmlEditor control’s toolbar can automatically resize and hide its items when the browser window is resized.

ASPxHtmlEditor-Toolbar-AdaptivePriority

See Also