Skip to main content
All docs
V24.1

Document.GutterAtTop Property

Gets or sets whether to position the gutter margin at the top of the page.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.1.Core.dll

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

Declaration

bool GutterAtTop { get; set; }

Property Value

Type Description
Boolean

true to position the gutter margin at the top; otherwise, false.

See Also