Skip to main content

HtmlEditorSettings.SettingsResize Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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