Back to Devexpress

Theme.DXStyleFullName Field

wpf-devexpress-dot-xpf-dot-core-dot-theme-98454e9b.md

latest1.0 KB
Original Source

Theme.DXStyleFullName Field

The full name of the DXStyle theme.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public const string DXStyleFullName = "DevExpress Style"
vb
Public Const DXStyleFullName As String = "DevExpress Style"

Field Value

TypeDescription
String

The DXStyle theme’s user friendly name.

|

Remarks

Use the DXStyleName field to apply the theme.

See Also

Theme Class

Theme Members

DevExpress.Xpf.Core Namespace