Skip to main content
A newer version of this page is available. .

Paragraph.SuppressLineNumbers Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v18.2.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