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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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