Back to Devexpress

LightweightTheme.DisplayCategory Property

wpf-devexpress-dot-xpf-dot-core-dot-lightweighttheme-e5fab826.md

latest1.2 KB
Original Source

LightweightTheme.DisplayCategory Property

Gets or sets the user-friendly theme category name.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
String

The user-friendly theme category name.

|

Remarks

For example, for the Office2019BlackRedWine theme, the Category property returns Office 2019 Themes.

See Also

LightweightTheme Class

LightweightTheme Members

DevExpress.Xpf.Core Namespace