SelectedCell Property (WPFDataGrid)

Class

WPFDataGrid.

Action

Gets the selected cells in the data grid.

Syntax

C#
protected WPFDataGridCell SelectedCell { get; }
VB
'Declaration
Protected Read Property SelectedCell As WPFDataGridCell

Access

Read only.