Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

[Obsolete("Please use the 'WordCount' property instead", false)]
[Browsable(false)]
public string WordsCount { get; }

Property Value

Type Description
String

A string representing the number of words.

See Also