Skip to main content
All docs
V23.2

LightweightTheme.DisplayName Property

Gets or sets the user-friendly theme name.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string DisplayName { get; set; }

Property Value

Type Description
String

The user-friendly theme name.

Remarks

For example, for the Office2019BlackRedWine theme, the DisplayName property returns RedWine Office 2019 Black.

See Also