Skip to main content

RichEditControl.ParagraphCount Property

Gets the number of paragraphs in a document.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

public int ParagraphCount { get; }

#Property Value

Type Description
Int32

An integer that is the number of paragraphs in a document.

See Also