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.v24.1.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