RichEditBehaviorOptions.PageBreakInsertMode Property
In This Article
Gets or sets whether a page break is inserted next to the specified position or in the new line.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
[DefaultValue(PageBreakInsertMode.NewLine)]
public virtual PageBreakInsertMode PageBreakInsertMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Page |
New |
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