HtmlEditorSettings.SettingsAdaptivity Property
Provides access to the HTML Editor layout adaptivity settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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
See Also