Cells Property (WPFToolkitDataGridRow)

Action

Gets the Cells of the data grid.

Syntax

C#
protected List(Of WPFToolkitDataGridCell) Cells { get; }
VB
'Declaration
Protected Read Property Cells As List(Of WPFToolkitDataGridCell)

Access

Read only.