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.v24.1.dll
NuGet Package: 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