Skip to main content
All docs
V25.1
  • LightweightSystemTheme.EffectiveTheme Property

    Gets the applied theme (Dark, Light, or HighContrast).

    Namespace: DevExpress.Xpf.Core

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public LightweightTheme EffectiveTheme { get; }

    Property Value

    Type Description
    LightweightTheme

    The applied theme.

    See Also