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.v19.2.dll

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