DXRichEditBehaviorOptions.PageBreakInsertMode Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.RichEdit
#Declaration
public PageBreakInsertMode PageBreakInsertMode { get; set; }
#Property Value
Type | Description |
---|---|
Page |
A Page |
Available values:
Name | Description |
---|---|
New |
A page break is inserted in the new line. |
Current |
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 Page |
---|---|
Rich |
|
See Also