Skip to main content
A newer version of this page is available. .

WindowedDocumentUIService.SetWindowOwner Property

Specifies whether the Owner of the windowed document container needs to be set. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

Declaration

public bool SetWindowOwner { get; set; }

Property Value

Type Description
Boolean

true ,if the Owner property of the windowed document container needs to be set; otherwise, false.

See Also