HtmlEditorSettings.SettingsAdaptivity Property
In This Article
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 |
---|---|
Html |
A Html |
#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