ASPxHtmlEditor.SettingsAdaptivity Property
Provides access to the HTML Editor layout adaptivity settings.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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.

See Also