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

ASPxWebControl.GlobalStyleSheetTheme Property

Gets or sets the name of the style sheet theme to be globally applied to all DevExpress web controls across the entire web site.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public static string GlobalStyleSheetTheme { get; set; }

Property Value

Type Description
String

A string value specifying the style sheet theme name.

Remarks

Use the GlobalStyleSheetTheme property to apply the selected style sheet theme to all DevExpress web controls within the web site. If the GlobalStyleSheetTheme property is not specified, it returns the styleSheetTheme Web.config option value.

See Also