Back to Devexpress

ParagraphPropertiesBase.KeepWithNext Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraphpropertiesbase-85d608c0.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool? KeepWithNext { get; set; }
vb
Property KeepWithNext As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

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

|

See Also

ParagraphPropertiesBase Interface

ParagraphPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace