Skip to main content
A newer version of this page is available. .

Theme.AssemblyName Property

Gets or sets the name of an assembly that contains this theme.

Namespace: DevExpress.Xpf.Core

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

Declaration

public string AssemblyName { get; set; }

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