Skip to main content
A newer version of this page is available. .

PreviewModelBase.PageContent Property

Provides access to the content of report pages.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public FrameworkElement PageContent { get; }

Property Value

Type Description
FrameworkElement

A FrameworkElement object.

Implements

See Also