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.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, 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