Back to Devexpress

RichEditControl.ParagraphCount Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-07a4a5ea.md

latest1.0 KB
Original Source

RichEditControl.ParagraphCount Property

Gets the number of paragraphs in a document.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public int ParagraphCount { get; }
vb
Public ReadOnly Property ParagraphCount As Integer

Property Value

TypeDescription
Int32

An integer that is the number of paragraphs in a document.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace