PageViewModel.Create(Page) Method
Creates a new PageViewModel class descendant with the specified settings.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
page | Page | A Page object. |
Returns
Type | Description |
---|---|
PageViewModel | A PageViewModel object. |
See Also