Skip to main content

HtmlEditorResizeSettings Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public class HtmlEditorResizeSettings :
    ASPxHtmlEditorSettingsBase

The following members return HtmlEditorResizeSettings objects:

Library Related API Members
ASP.NET Web Forms Controls 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