Back to Devexpress

Theme.BaseFullName Field

wpf-devexpress-dot-xpf-dot-core-dot-theme-1c2c55d2.md

latest941 B
Original Source

Theme.BaseFullName Field

The full name of the Base theme.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public const string BaseFullName = "Base"
vb
<Browsable(False)>
Public Const BaseFullName As String = "Base"

Field Value

TypeDescription
String

The theme’s user friendly name.

|

See Also

Theme Class

Theme Members

DevExpress.Xpf.Core Namespace