Gets the row.
Namespace: Ico.Awx.ViewModel.ListAssembly: 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) |