Skip to main content
A newer version of this page is available.

ThemeCollection.CreateNew(String) Method

Adds a new default theme to the collection.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

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