Back to Devexpress

SettingsBase.ControlStyle Property

aspnet-devexpress-dot-web-dot-mvc-dot-settingsbase-101f80ff.md

latest1.5 KB
Original Source

SettingsBase.ControlStyle Property

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

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v20.1.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
AppearanceStyleBase

A AppearanceStyleBase object containing style settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ControlStyle
MVCxFormLayoutItem

.NestedExtensionSettings .ControlStyle

|

See Also

SettingsBase Class

SettingsBase Members

DevExpress.Web.Mvc Namespace