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

    Gets or sets the ThemedMessageBox position when it is shown.

    Namespace: DevExpress.Xpf.Core

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

    Declaration

    public WindowStartupLocation WindowStartupLocation { get; set; }

    Property Value

    Type Description
    WindowStartupLocation

    The ThemedMessageBox position when it is shown.

    See Also