Back to Devexpress

RichEditControl.SectionsCount Property

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

latest1.6 KB
Original Source

RichEditControl.SectionsCount Property

OBSOLETE

Please use the 'SectionCount' property instead

Gets the number of sections 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 'SectionCount' property instead", false)]
[Browsable(false)]
public string SectionsCount { get; }
vb
<Obsolete("Please use the 'SectionCount' property instead", False)>
<Browsable(False)>
Public ReadOnly Property SectionsCount As String

Property Value

TypeDescription
String

A string containing the number of sections.

|

See Also

CharCount

ParagraphCount

SectionCount

WordCount

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace