ASPxWebClientUIControl.GlobalColorScheme Property
Gets or sets the name of the color theme to be globally applied to all DevExpress web controls (that are ASPxWebClientUIControl class descendants) 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 color scheme name. |
Remarks
Use the GlobalColorScheme property to apply the selected color scheme to all DevExpress ASPxWebClientUIControl class descendants within the web site.
See Also