Skip to main content
All docs
V26.1
  • LightweightTheme.DisplayCategory Property

    Gets or sets the user-friendly theme category name.

    Namespace: DevExpress.Xpf.Core

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

    Declaration

    public string DisplayCategory { get; set; }

    Property Value

    Type Description
    String

    The user-friendly theme category name.

    Remarks

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

    See Also