Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • ThemeCollection.CreateNew(String) Method

    Adds a new default theme to the collection.

    Namespace: DevExpress.Snap.Core.API

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    Theme CreateNew(
        string baseThemeName
    )

    Parameters

    Name Type Description
    baseThemeName String

    A String value, specifying the base theme name.

    Returns

    Type Description
    Theme

    A Theme object.

    See Also