Skip to main content
All docs
V25.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.v25.1.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