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

PageViewModel Class

A View Model that provides settings to a document page.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v21.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public class PageViewModel :
    IPage,
    IDocumentPage

The following members return PageViewModel objects:

Remarks

A PageViewModel object is returned by the IDocumentViewModel.Pages property.

Implements

Inheritance

Object
PageViewModel
See Also