Skip to main content
A newer version of this page is available. .

HtmlEditorResizeSettings.AllowResize Property

Gets or sets a value that specifies whether the ASPxHtmlEditor can be resized by end-users on the client side.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AllowResize { get; set; }

Property Value

Type Default Description
Boolean **false**

true if resizing is allowed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowResize
ASP.NET Controls and MVC Extensions ASPxHtmlEditor
.SettingsResize .AllowResize
ASP.NET MVC Extensions HtmlEditorSettings
.SettingsResize .AllowResize
MVCxHtmlEditor
.SettingsResize .AllowResize

Remarks

The AllowResize property controls the availability of the ASPxHtmlEditor’s window resizing feature.

For more information see the Sizing topic.

See Also