Theme.GetThemeNameByGuid(String) Method
In This Article
Gets the name of a theme by its Guid.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#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