Back to Devexpress

Theme.BaseName Field

wpf-devexpress-dot-xpf-dot-core-dot-theme-cdd2067f.md

latest898 B
Original Source

Theme.BaseName Field

The 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 BaseName = "Base"
vb
<Browsable(False)>
Public Const BaseName As String = "Base"

Field Value

TypeDescription
String

The theme name.

|

See Also

Theme Class

Theme Members

DevExpress.Xpf.Core Namespace