Skip to main content

Theme.Assembly Property

Gets an assembly that contains this theme.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public Assembly Assembly { get; }

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