Skip to main content

PreviewModelBase.PageContent Property

Provides access to the content of report pages.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public FrameworkElement PageContent { get; }

Property Value

Type Description
FrameworkElement

A FrameworkElement object.

Implements

See Also