Theme.Assembly Property
In This Article
Gets an assembly that contains this theme.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Assembly | A Assembly object that specifies an assembly that contains this theme. |
#Remarks
To specify the name of this assembly, use the Theme.AssemblyName property.
See Also