Skip to main content
A newer version of this page is available. .

Theme.Category Property

Gets the name of the theme category to which the current theme belongs.

Namespace: DevExpress.Xpf.Core

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

Declaration

public string Category { get; }

Property Value

Type Description
String

A String that specifies the name of the theme category to which the current theme belongs.

See Also