Back to Devexpress

SettingsBase.Style Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-settingsbase-ca381cce.md

latest1.3 KB
Original Source

SettingsBase.Style Property

Gets a collection of all cascading style sheet (CSS) properties applied to an extension.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public CssStyleCollection Style { get; }
vb
Public ReadOnly Property Style As CssStyleCollection

Property Value

Type
CssStyleCollection

Property Paths

You can access this nested property as listed below:

Object TypePath to Style
MVCxFormLayoutItem

.NestedExtensionSettings .Style

|

See Also

SettingsBase Class

SettingsBase Members

DevExpress.Web.Mvc Namespace