Skip to main content
A newer version of this page is available. .

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

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
PivotGridSettings
ReportToolbarExtension
.Settings.Style
ReportViewerExtension
.Settings.Style
SchedulerSettings
SchedulerStorageControlSettings
See Also