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.v19.1.dll

Declaration

public PageBreakInsertMode PageBreakInsertMode { get; set; }

Property Value

Type Description
PageBreakInsertMode

A PageBreakInsertMode enumeration value.

Property Paths

You can access this nested property as listed below:

Object Type Path to PageBreakInsertMode
RichEditControl
.BehaviorOptions.PageBreakInsertMode
See Also