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.v26.1.dll

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