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

Theme.GetThemeNameByGuid(String) Method

Gets the name of a theme by its Guid.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public static string GetThemeNameByGuid(
    string guid
)

Parameters

Name Type Description
guid String

A String that represents the Guid of a theme.

Returns

Type Description
String

A String that is a theme name.

See Also