Skip to main content
Tab

ThemesConfigurationSection.EnableThemesAssembly Property

Specifies the value for the ASPxThemes Assembly configuration option.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool EnableThemesAssembly { get; set; }

Property Value

Type Description
Boolean

true if the option is enabled; otherwise, false.

Remarks

The ASPxThemes Assembly configuration option specifies whether controls should get theme resources from the themes assembly or from the App_Themes folder.

See Also