Gets the row.

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

Syntax

C#
public IDataGridRow Row { get; set; }
Visual Basic
Public Property Row As IDataGridRow
	Get
	Set
JScript
final function get Row () : IDataGridRow
final function set Row (value : IDataGridRow)

Field Value

The row.

Implements

IDataGridCell..::..Row

See Also