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.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to AllowResize |
---|---|---|
ASP.NET MVC Extensions | HtmlEditorSettings |
|
ASP.NET Web Forms Controls | ASPxHtmlEditor |
|
Remarks
The AllowResize property controls the availability of the ASPxHtmlEditor’s window resizing feature.
For more information see the Sizing topic.
See Also