ASPxHtmlEditor.SettingsAdaptivity Property
In This Article
Provides access to the HTML Editor layout adaptivity settings.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HtmlEditorAdaptivitySettings SettingsAdaptivity { get; }
#Property Value
Type | Description |
---|---|
Html |
A Html |
#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