Click or drag to resize
ExtendedTextAreaShowLineNumbers Property
Gets or sets if the line numbers are displayed.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public bool ShowLineNumbers { get; set; }

Property Value

Type: Boolean
True, if line numbers will be displayed, otherwise false. Default is false.
See Also