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
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