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

Theme.FullName Property

Gets or sets the full theme name.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public string FullName { get; set; }

Property Value

Type Description
String

A String that specifies the full theme name.

Remarks

To specify the theme name, use the Theme.Name property.

See Also