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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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