Skip to main content

RichEditView.AllowDisplayLineNumbers Property

Gets or sets whether line numbers, when enabled, are displayed in the view.

Namespace: DevExpress.XtraRichEdit

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

#Declaration

[DefaultValue(false)]
public virtual bool AllowDisplayLineNumbers { get; set; }

#Property Value

Type Default Description
Boolean

false

true to show line numbers if they are enabled; otherwise, false.

#Remarks

See implementations of this property in the RichEditView descendants, e.g. PrintLayoutView.AllowDisplayLineNumbers.

See Also