HtmlEditorAdaptivitySettings.Enabled Property
In This Article
Specifies whether an adaptive behavior is enabled for the pager.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Enabled |
---|---|---|
ASP. |
Html |
|
ASP. |
ASPx |
|
#Remarks
When the 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