Skip to main content
A newer version of this page is available. .

DXRichEditBehaviorOptions.PageBreakInsertMode Property

Gets or sets how the page break is inserted into a document. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v18.2.dll

Declaration

public PageBreakInsertMode PageBreakInsertMode { get; set; }

Property Value

Type Description
PageBreakInsertMode

A PageBreakInsertMode enumeration value.

Available values:

Name Description
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 Type Path to PageBreakInsertMode
RichEditControl
.BehaviorOptions.PageBreakInsertMode
See Also