Skip to main content

HtmlEditorSettings.SettingsAdaptivity Property

Provides access to the HTML Editor layout adaptivity settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#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