Theme.GetThemeNameByGuid(String) Method
Gets the name of a theme by its Guid.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v25.1.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