RichEditView.AllowDisplayLineNumbers Property
In This Article
Gets or sets whether line numbers, when enabled, are displayed in the view.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#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