Back to Devexpress

SettingsBase.EnableTheming Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-settingsbase-5a51b28a.md

latest1.3 KB
Original Source

SettingsBase.EnableTheming Property

Gets or sets a value indicating whether themes apply to this extension.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public bool EnableTheming { get; set; }
vb
Public Property EnableTheming As Boolean

Property Value

TypeDescription
Boolean

true to use themes; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnableTheming
MVCxFormLayoutItem

.NestedExtensionSettings .EnableTheming

|

See Also

SettingsBase Class

SettingsBase Members

DevExpress.Web.Mvc Namespace