Skip to main content

RichEditControl.CharsCount Property

OBSOLETE

Please use the 'CharCount' property instead

Gets the number of characters in the document.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

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

Property Value

Type Description
String

A string representing a number of characters.

See Also