RichEditControl.ParagraphsCount Property
OBSOLETE
Please use the 'Paragraph
Gets the number of paragraphs in the document.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.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. |