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

HtmlEditorSettings.SettingsAdaptivity Property

Provides access to the HTML Editor layout adaptivity settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public HtmlEditorAdaptivitySettings SettingsAdaptivity { get; }

Property Value

Type Description
HtmlEditorAdaptivitySettings

A HtmlEditorAdaptivitySettings object that contains adaptivity settings.

Remarks

The HTML Editor automatically hides its items according to a specified priority and shows them in a special popup menu if there is no space to show all the items. Use the SettingsAdaptivity property to customize the adaptive layout settings.

Online Demo

HTML Editor Toolbar Mode

See Also