Skip to main content
All docs
V25.1
  • ThemedMessageBoxParameters.WindowStartupLocation Property

    Gets or sets the ThemedMessageBox position when it is shown.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public WindowStartupLocation WindowStartupLocation { get; set; }

    Property Value

    Type Description
    WindowStartupLocation

    The ThemedMessageBox position when it is shown.

    See Also