Back to Devexpress

RichEditControl.SectionCount Property

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

latest1.0 KB
Original Source

RichEditControl.SectionCount Property

Gets the number of sections in a document.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

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

Property Value

TypeDescription
Int32

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

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace