Skip to main content

UserLookAndFeel.ActiveSkinName Property

Gets the name of the currently applied skin.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
public virtual string ActiveSkinName { get; }

Property Value

Type Description
String

A string which specifies the name of the currently applied skin.

Remarks

The ActiveSkinName property gets the name of the currently applied skin. To get the currently applied style, use the UserLookAndFeel.ActiveStyle property.

See Also