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
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