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

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

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

Declaration

public bool AllowDrag { get; set; }

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