Specifies the string used as a line separator when concatenation multiple lines in the cells of the grid

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string LineSeparator { get; set; }
Visual Basic
Public Property LineSeparator As String
	Get
	Set
JScript
function get LineSeparator () : String
function set LineSeparator (value : String)

See Also