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#
ObservableCollection<IDataGridCell> Cells { get; }
Visual Basic
ReadOnly Property Cells As ObservableCollection(Of IDataGridCell)
	Get
JScript
function get Cells () : ObservableCollection<IDataGridCell>

Field Value

The cells in this row.

See Also