Skip to main content
All docs
V19.1

SkinManager.OpenedInSkinEditor Property

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

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v19.1.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