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

RichEditControl.ParagraphsCount Property

OBSOLETE

Please use the 'ParagraphCount' property instead

Gets the number of paragraphs in the document.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

Declaration

[Obsolete("Please use the 'ParagraphCount' property instead", false)]
[Browsable(false)]
public string ParagraphsCount { get; }

Property Value

Type Description
String

A string containing the number of paragraphs.

See Also