Back to Devexpress

RichEditControl.ParagraphsCount Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-fabbcac9.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Obsolete("Please use the 'ParagraphCount' property instead", false)]
[Browsable(false)]
public string ParagraphsCount { get; }
vb
<Obsolete("Please use the 'ParagraphCount' property instead", False)>
<Browsable(False)>
Public ReadOnly Property ParagraphsCount As String

Property Value

TypeDescription
String

A string containing the number of paragraphs.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace