Back to Devexpress

HtmlEditorResizeSettings.AllowResize Property

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

latest2.4 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if resizing is allowed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to AllowResize
ASP.NET MVC ExtensionsHtmlEditorSettings

.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

MaxHeight

MaxWidth

MinHeight

MinWidth

HTML Editor

HtmlEditorResizeSettings Class

HtmlEditorResizeSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace