Skip to main content

GraphicsCache.ActiveSkinName Property

Returns the name of a currently applied Application Skin.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v24.2.dll

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string ActiveSkinName { get; protected set; }

Property Value

Type Description
String

A String value that is the applied skin’s name.

See Also