SelectedCellText Property (WPFDataGrid)

Class

WPFDataGrid.

Action

Gets the text of the selected cells in the data grid or an empty string if no cell is selected.

Syntax

C#
protected String SelectedCellText { get; }
VB
'Declaration
Protected Read Property SelectedCellText As String

Access

Read only.