SelectedRowTexts Property (SLDataGrid)

Class

SLDataGrid.

Action

Gets the text of the currently selected rows or an empty list if no row is selected.

Syntax

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

Access

Read only.