Skip to main content
All docs
V25.1
  • LightweightThemeManager.Themes Property

    Gets a list of available lightweight themes.

    Namespace: DevExpress.Xpf.Core

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static IEnumerable<LightweightTheme> Themes { get; }

    Property Value

    Type Description
    IEnumerable<LightweightTheme>

    A list of available lightweight themes.

    See Also