RichEditControl.SectionsCount Property
In This Article
OBSOLETE
Please use the 'Section
Gets the number of sections in the document.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.2.dll
NuGet Package: DevExpress.Wpf.RichEdit
#Declaration
[Obsolete("Please use the 'SectionCount' property instead", false)]
[Browsable(false)]
public string SectionsCount { get; }
#Property Value
Type | Description |
---|---|
String | A string containing the number of sections. |
See Also