Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AllowSetWindowOwner { get; set; }

Property Value

Type Description
Boolean

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

See Also