Skip to main content
All docs
V21.1

PageViewModelBase.PageList Property

Gets the list to which the page belongs.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public virtual PageList PageList { get; }

Property Value

Type Description
PageList

A PageList object that specifies the page owner.

See Also