Back to Devexpress

DialogService.SetWindowOwner Property

wpf-devexpress-dot-xpf-dot-core-dot-dialogservice-5ea3200e.md

latest1.1 KB
Original Source

DialogService.SetWindowOwner Property

Specifies whether the Owner property of the dialog window needs to be set. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool SetWindowOwner { get; set; }
vb
Public Property SetWindowOwner As Boolean

Property Value

TypeDescription
Boolean

true ,if the Owner property of the dialog window needs to be set; otherwise, false.

|

See Also

DialogService Class

DialogService Members

DevExpress.Xpf.Core Namespace