SplashScreenWindow.AllowDrag Property
Gets or sets whether to allow the user to drag the splash screen. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to enable drag-drop for the splash screen window; otherwise, false. |
Remarks
If the trackOwnerPosition parameter of the SplashScreenManager.Show method is set to true, the AllowDrag property is not in effect.
See Also