Back to Devexpress

RichEditControl.CharCount Property

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

latest1.0 KB
Original Source

RichEditControl.CharCount Property

Gets the number of characters in a document.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public int CharCount { get; }
vb
Public ReadOnly Property CharCount As Integer

Property Value

TypeDescription
Int32

An integer that is the number of characters in a document.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace