Back to Devexpress

Paragraph.SuppressLineNumbers Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraph-e8e8df48.md

latest1.5 KB
Original Source

Paragraph.SuppressLineNumbers Property

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public abstract bool SuppressLineNumbers { get; set; }
vb
Public MustOverride Property SuppressLineNumbers As Boolean

Property Value

TypeDescription
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

CountBy

Paragraph Class

Paragraph Members

DevExpress.XtraRichEdit.API.Native Namespace