Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Paragraph.SuppressLineNumbers Property

Gets or sets whether line numbers are displayed for the current paragraph.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public abstract bool SuppressLineNumbers { get; set; }

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