Back to Devexpress

RichEditControl.CharsCount Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-98231810.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

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

Property Value

TypeDescription
String

A string representing a number of characters.

|

See Also

CharCount

ParagraphCount

SectionCount

WordCount

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace