Back to Devexpress

DXRichEditBehaviorOptions.PageBreakInsertMode Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditbehavioroptions-dd478110.md

latest1.8 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public PageBreakInsertMode PageBreakInsertMode { get; set; }
vb
Public Property PageBreakInsertMode As PageBreakInsertMode

Property Value

TypeDescription
PageBreakInsertMode

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
RichEditControl

.BehaviorOptions .PageBreakInsertMode

|

See Also

DXRichEditBehaviorOptions Class

DXRichEditBehaviorOptions Members

DevExpress.Xpf.RichEdit Namespace