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.v25.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public LayoutPage Page { get; }

Property Value

Type Description
LayoutPage

A LayoutPage object that is the current page.

See Also