Skip to main content

Theme.GetThemeNameByGuid(String) Method

Gets the name of a theme by its Guid.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: 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