Back to Devexpress

LightweightTheme.DisplayName Property

wpf-devexpress-dot-xpf-dot-core-dot-lightweighttheme-5b1345e8.md

latest1.1 KB
Original Source

LightweightTheme.DisplayName Property

Gets or sets the user-friendly theme name.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string DisplayName { get; set; }
vb
Public Property DisplayName As String

Property Value

TypeDescription
String

The user-friendly theme name.

|

Remarks

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

See Also

LightweightTheme Class

LightweightTheme Members

DevExpress.Xpf.Core Namespace