Items Property (DataGridRow)

Class

DataGridRow.

Action

Gets a list of items in the row.

Syntax

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

Access

Read only.