Skip to main content

IDocumentContent.DocumentOwner Property

Gets or sets the service which owns the current document.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

IDocumentOwner DocumentOwner { get; set; }

Property Value

Type Description
IDocumentOwner

An IDocumentOwner implementation that represents the service to which the current document belongs.

Remarks

This property will be automatically initialized during document creation.

See Also