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.v19.1.dll

Declaration

public class HtmlEditorResizeSettings :
    ASPxHtmlEditorSettingsBase

The following members return HtmlEditorResizeSettings objects:

Remarks

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

See Also