Skip to main content
Box

LayoutPage.Header Property

Gets the header of the current page.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

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

Declaration

public LayoutHeader Header { get; }

Property Value

Type Description
LayoutHeader

A LayoutHeader object that is the page header.

See Also