Paragraph.SuppressLineNumbers Property
In This Article
Gets or sets whether line numbers are displayed for the current paragraph.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if line numbers are hidden; otherwise, false. |
#Remarks
To enable line numbering, the SectionLineNumbering.CountBy value for the document section encompassing the current paragraph should be a positive integer greater than zero.
See Also