Skip to main content
A newer version of this page is available.
All docs
V18.2

SkinManager.OpenedInSkinEditor Property

Gets or sets whether the current SkinManager is opened in the Skin Editor.

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
public static bool OpenedInSkinEditor { get; set; }

Property Value

Type Description
Boolean

true if the current SkinManager is opened in the Skin Editor; otherwise, false.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also