Skip to main content
Tab

ASPxWebControl.Theme Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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>
See Also