Back to Devexpress

ThemedMessageBoxParameters.Owner Property

wpf-devexpress-dot-xpf-dot-core-dot-themedmessageboxparameters-8b35cf79.md

latest1.1 KB
Original Source

ThemedMessageBoxParameters.Owner Property

Gets or sets the window that owns the ThemedMessageBox.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Window Owner { get; set; }
vb
Public Property Owner As Window

Property Value

TypeDescription
Window

The window that owns the ThemedMessageBox.

|

See Also

ThemedMessageBoxParameters Class

ThemedMessageBoxParameters Members

DevExpress.Xpf.Core Namespace