ASPxWebControl.Theme Property
Gets or sets the name of the Theme to be applied to the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value specifying the theme name. |
Remarks
Use the Theme property to apply a DevExpress Theme to an individual DevExpress web control.
See Also