Back to Devexpress

PageViewModel Class

wpf-devexpress-dot-xpf-dot-printing-dot-previewcontrol-29c641fc.md

latest1.5 KB
Original Source

PageViewModel Class

A View Model that provides settings to a document page.

Namespace : DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public class PageViewModel :
    IPage,
    IDocumentPage
vb
Public Class PageViewModel
    Implements IPage,
               IDocumentPage

The following members return PageViewModel objects:

Remarks

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

Implements

IPage

Inheritance

Object PageViewModel

See Also

PageViewModel Members

Pages

DevExpress.Xpf.Printing.PreviewControl Namespace