Back to Devexpress

ASPxWebControl.GlobalStyleSheetTheme Property

aspnet-devexpress-dot-web-dot-aspxwebcontrol-45254077.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public static string GlobalStyleSheetTheme { get; set; }
vb
Public Shared Property GlobalStyleSheetTheme As String

Property Value

TypeDescription
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

GlobalTheme

Theme

Style Sheet Theme Name

Appearance Customization - Theming

ASPxWebControl Class

ASPxWebControl Members

DevExpress.Web Namespace