Skip to main content
A newer version of this page is available. .

ParagraphPropertiesBase.KeepWithNext Property

Gets or sets whether to put a break between the current paragraph and the next paragraph.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

bool? KeepWithNext { get; set; }

Property Value

Type Description
Nullable<Boolean>

true, to put a break between this paragraph and the next paragraph; false or null, for a mixture of true and false.

Remarks

Note

The KeepWithNext options does not affect table paragraphs.

See Also