UserLookAndFeel.ActiveSkinName Property
Gets the name of the currently applied skin.
Namespace: DevExpress.LookAndFeel
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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