Skip to main content
All docs
V23.2

LightweightTheme.BaseName Property

Gets the name of the Base theme.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public string BaseName { get; }

Property Value

Type Description
String

The name of the Base theme.

Remarks

For example, for the Office2019BlackRedWine theme, the BaseName property returns Office2019Black.

See Also