Skip to main content
All docs
V25.1
  • LightweightTheme.CategoryName Property

    Gets the theme category name.

    Namespace: DevExpress.Xpf.Core

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public string CategoryName { get; }

    Property Value

    Type Description
    String

    The theme category name.

    Remarks

    For example, for the Office2019BlackRedWine theme, the CategoryName property returns Office2019.

    See Also