ExtendedTextAreaShowLineNumbers Property |
Gets or sets if the line numbers are displayed.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public bool ShowLineNumbers { get; set; }
Property Value
Type:
BooleanTrue, if line numbers will be displayed, otherwise false. Default is false.
See Also