HtmlEditorResizeSettings Properties
Contains settings that relate to the ASPxHtmlEditor‘s sizing capabilities.| Name | Description |
|---|---|
| AllowResize | Gets or sets a value that specifies whether the ASPxHtmlEditor can be resized by end-users on the client side. |
| MaxHeight | Gets or sets the ASPxHtmlEditor window’s maximum height. |
| MaxWidth | Gets or sets the ASPxHtmlEditor window’s maximum width. |
| MinHeight | Gets or sets the ASPxHtmlEditor window’s minimum height. |
| MinWidth | Gets or sets the ASPxHtmlEditor window’s minimum width. |
See Also