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

HtmlEditorSettings.SettingsResize Property

Provides access to settings that are related to the HTMLEditor’s sizing capabilities.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public HtmlEditorResizeSettings SettingsResize { get; }

Property Value

Type Description
HtmlEditorResizeSettings

A HtmlEditorResizeSettings object containing settings that are related to the HTMLEditor’s sizing capabilities.

See Also