Gets the row.

Namespace: Ico.AnyGlass.AlarmWorX.ViewModel
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public AlarmData Row { get; }
Visual Basic
Public ReadOnly Property Row As AlarmData
	Get
JScript
function get Row () : AlarmData

Field Value

The row.

See Also