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

    Gets the name of the Base theme.

    Namespace: DevExpress.Xpf.Core

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public string BaseName { get; }

    Property Value

    Type Description
    String

    The name of the Base theme.

    Remarks

    For example, for the Office2019BlackRedWine theme, the BaseName property returns Office2019Black.

    See Also