Theme.AssemblyName Property
Gets or sets the name of an assembly that contains this theme.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String that specifies the name of an assembly that contains this theme. |
Remarks
To obtain a Assembly object that corresponds to an assembly that contains this theme, use the Theme.Assembly property.
See Also