Back to Devexpress

RichEditBehaviorOptions.PageBreakInsertMode Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditbehavioroptions-80fde535.md

latest2.0 KB
Original Source

RichEditBehaviorOptions.PageBreakInsertMode Property

Gets or sets whether a page break is inserted next to the specified position or in the new line.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[DefaultValue(PageBreakInsertMode.NewLine)]
public virtual PageBreakInsertMode PageBreakInsertMode { get; set; }
vb
<DefaultValue(PageBreakInsertMode.NewLine)>
Public Overridable Property PageBreakInsertMode As PageBreakInsertMode

Property Value

TypeDefaultDescription
PageBreakInsertModeNewLine

A PageBreakInsertMode enumeration value.

|

Available values:

NameDescription
NewLine

A page break is inserted in the new line.

| | CurrentLine |

The page break is inserted next to the specified position in the current line.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PageBreakInsertMode
RichEditControlOptionsBase

.Behavior .PageBreakInsertMode

|

See Also

RichEditBehaviorOptions Class

RichEditBehaviorOptions Members

DevExpress.XtraRichEdit Namespace