Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

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