Skip to main content
A newer version of this page is available. .

WindowsFormsSettings.AllowWindowGhosting Property

Gets or sets whether the window ghosting feature is enabled for skinned XtraForm objects. This is a static property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public static bool AllowWindowGhosting { get; set; }

Property Value

Type Description
Boolean

A Boolean value that specifies whether the window ghosting feature is enabled. The default value is false.

Remarks

See the SkinManager.AllowWindowGhosting property, which is equivalent to the WindowsFormsSettings.AllowWindowGhosting property, for details.

See Also