Back to Devexpress

Sizing

aspnet-8897-components-html-editor-concepts-layout-sizing.md

latest1.3 KB
Original Source

Sizing

  • Jan 19, 2022

Set the AllowResize property to true to display a size grip element that allows users to resize an ASPxHtmlEditor.

aspx
<dx:ASPxHtmlEditor ID="HtmlEditor" runat="server">
    <SettingsResize AllowResize="true" />
</dx:ASPxHtmlEditor>

Use the SettingsResize property to access settings that limit the HTML Editor’s size:

The editor’s actual size is preserved in the client state and restored after each round trip to the server (postback or callback).

Online Demo

Resizable Editor