Skip to main content
All docs
V23.2

ThemedMessageBoxParameters.WindowStartupLocation Property

Gets or sets the ThemedMessageBox position when it is shown.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.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