Skip to main content

SubDocument.EndUpdateParagraphs(ParagraphProperties) Method

In This Article

Finalizes the modification of paragraph formatting after calling the SubDocument.BeginUpdateParagraphs method.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

void EndUpdateParagraphs(
    ParagraphProperties properties
)

#Parameters

Name Type Description
properties ParagraphProperties

A ParagraphProperties object representing paragraph formatting.

See Also