Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public CssStyleCollection Style { get; }

Property Value

Type
CssStyleCollection

Property Paths

You can access this nested property as listed below:

Object Type Path to Style
MVCxFormLayoutItem
See Also