Skip to main content

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.v23.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 MVC Extensions HtmlEditorSettings
.SettingsResize .AllowResize
ASP.NET Web Forms Controls ASPxHtmlEditor
.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