Back to Devexpress

HtmlEditorSettings.ControlStyle Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-htmleditorsettings-090444a5.md

latest1.2 KB
Original Source

HtmlEditorSettings.ControlStyle Property

Provides access to the style settings declared at the root level of the HtmlEditor’s wrapped web server control.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public AppearanceStyle ControlStyle { get; }
vb
Public ReadOnly Property ControlStyle As AppearanceStyle

Property Value

TypeDescription
AppearanceStyle

A AppearanceStyle object containing style settings.

|

See Also

HTML Editor

HtmlEditorSettings Class

HtmlEditorSettings Members

DevExpress.Web.Mvc Namespace