CurrentCell Property (WPFDataGrid)

Class

WPFDataGrid.

Action

Gets the cell that has focus.

Syntax

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

Access

Read only.