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.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
If the trackOwnerPosition parameter of the SplashScreenManager.Show method is set to true, the AllowDrag property is not in effect.
See Also