SelectedCells Property (WPFDataGrid)

Class

WPFDataGrid.

Action

Gets the list of cells that are currently selected.

Syntax

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

Access

Read only.