Skip to main content
All docs
V24.2

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.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

bool GutterAtTop { get; set; }

Property Value

Type Description
Boolean

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

See Also