Skip to main content

PageViewModel Class

A View Model that provides settings to a document page.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v23.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