Skip to main content

BeforePagePaintEventArgs.Page Property

Provides access to the current page being rendered.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public LayoutPage Page { get; }

Property Value

Type Description
LayoutPage

A LayoutPage element.

See Also