Skip to main content

DocumentPreviewControl.Document Property

Provides access to the current document’s view model settings.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v25.1.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public IDocumentViewModel Document { get; }

Property Value

Type Description
IDocumentViewModel

An object implementing the IDocumentViewModel interface.

See Also