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.v25.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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 |
|
See Also