Gets the cells in this row.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public ObservableCollection<IDataGridCell> Cells { get; }
Visual Basic
Public ReadOnly Property Cells As ObservableCollection(Of IDataGridCell)
	Get
JScript
final function get Cells () : ObservableCollection<IDataGridCell>

Implements

IDataGridRow..::..Cells

See Also