Back to Devexpress

WindowsFormsSettings.AllowWindowGhosting Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-8240e001.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public static bool AllowWindowGhosting { get; set; }
vb
Public Shared Property AllowWindowGhosting As Boolean

Property Value

TypeDescription
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

AllowWindowGhosting

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace