Skip to main content

Theme.DXStyleFullName Field

The full name of the DXStyle theme.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public const string DXStyleFullName = "DevExpress Style"

Field Value

Type Description
String

The DXStyle theme’s user friendly name.

Remarks

Use the DXStyleName field to apply the theme.

See Also