Skip to main content
A newer version of this page is available. .

HtmlEditorResizeSettings Class

Contains settings that relate to the ASPxHtmlEditor‘s sizing capabilities.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorResizeSettings :
    ASPxHtmlEditorSettingsBase

The following members return HtmlEditorResizeSettings objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxHtmlEditor.SettingsResize
ASP.NET MVC Extensions HtmlEditorSettings.SettingsResize

Remarks

An object of the HtmlEditorResizeSettings type can be accessed via the control’s ASPxHtmlEditor.SettingsResize property.

See Also