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.v18.2.dll

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:

Object Type Path to AllowResize
ASPxHtmlEditor
.SettingsResize.AllowResize
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