SelectedItems Property (SparkDataGrid)

Action

Gets the items of the selected rows.

Syntax

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

Access

Read only.