CellTexts Property (SLDataGridRow)

Action

Gets the text of the cells of the data grid row.

Syntax

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

Access

Read only.