Back to Devexpress

HtmlEditorAdaptivitySettings.Enabled Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-htmleditoradaptivitysettings.md

latest2.1 KB
Original Source

HtmlEditorAdaptivitySettings.Enabled Property

Specifies whether an adaptive behavior is enabled for the pager.

Namespace : DevExpress.Web.ASPxHtmlEditor

Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool Enabled { get; set; }
vb
<DefaultValue(False)>
Public Property Enabled As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, to enable the adaptive behavior; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to Enabled
ASP.NET MVC ExtensionsHtmlEditorSettings

.SettingsAdaptivity .Enabled

| | ASP.NET Web Forms Controls | ASPxHtmlEditor |

.SettingsAdaptivity .Enabled

|

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

HtmlEditorAdaptivitySettings Class

HtmlEditorAdaptivitySettings Members

DevExpress.Web.ASPxHtmlEditor Namespace