Skip to main content
All docs
V26.1
  • LightweightThemeManager.GetTheme(String) Method

    Returns a lightweight theme by its Name.

    Namespace: DevExpress.Xpf.Core

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

    Declaration

    public static LightweightTheme GetTheme(
        string name
    )

    Parameters

    Name Type Description
    name String

    The theme name.

    Returns

    Type Description
    LightweightTheme

    The lightweight theme.

    See Also