Skip to main content

ASPxHtmlEditor.SettingsAdaptivity Property

Provides access to the HTML Editor layout adaptivity settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public HtmlEditorAdaptivitySettings SettingsAdaptivity { get; }

#Property Value

Type Description
HtmlEditorAdaptivitySettings

A HtmlEditorAdaptivitySettings object that contains adaptivity settings.

#Remarks

When the HtmlEditorAdaptivitySettings.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