Skip to main content
Box

PagePainter.Page Property

Provides access to the page containing the layout element currently being drawn.

Namespace: DevExpress.XtraRichEdit.API.Layout

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 object that is the current page.

See Also