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