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

ASPxWebControl.Theme Property

Gets or sets the name of the Theme to be applied to the control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public virtual string Theme { get; set; }

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.

<dx:ASPxMenu ID="ASPxMenu1" runat="server" Theme="Aqua">
    ...
</dx:ASPxMenu>

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Theme property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also