Back to Devexpress

RichEditControl.WordsCount Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-4598c722.md

latest1.5 KB
Original Source

RichEditControl.WordsCount Property

OBSOLETE

Please use the 'WordCount' property instead

Gets the number of words in the current document.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

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

Property Value

TypeDescription
String

A string representing the number of words.

|

See Also

CharCount

ParagraphCount

SectionCount

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace