Back to Devexpress

WindowService.AllowSetWindowOwner Property

wpf-devexpress-dot-mvvm-dot-ui-dot-windowservice-fc901265.md

latest1.1 KB
Original Source

WindowService.AllowSetWindowOwner Property

Gets or sets whether the service specifies the window’s owner. This is a dependency property.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Boolean

true , if the service specifies the window’s owner; otherwise, false.

|

See Also

WindowService Class

WindowService Members

DevExpress.Mvvm.UI Namespace