Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: 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