Back to Devexpress

CompatibilitySettings.SplitPageBreakAndParagraphMark Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-compatibilitysettings-45931a18.md

latest1.7 KB
Original Source

CompatibilitySettings.SplitPageBreakAndParagraphMark Property

Specifies whether to move the paragraph mark to a new line on the next page if it is located after the page break.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool SplitPageBreakAndParagraphMark { get; set; }
vb
Property SplitPageBreakAndParagraphMark As Boolean

Property Value

TypeDescription
Boolean

true , to split the page break and paragraph mark; otherwise, false. Default value is false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SplitPageBreakAndParagraphMark
Document

.CompatibilitySettings .SplitPageBreakAndParagraphMark

|

See Also

CompatibilitySettings Interface

CompatibilitySettings Members

DevExpress.XtraRichEdit.API.Native Namespace