Skip to main content

Paragraph.SuppressLineNumbers Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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