BeginEdit Method (WPFDataGrid)
Class
WPFDataGrid
.
Action
Begins to edit the specified cell.
Syntax
C#
dataGrid
.
BeginEdit
(
row
,
column
)
VB
dataGrid
.
BeginEdit
(
row
,
column
)
Variable
Description
row
The row to edit.
ItemIdentifier
.
column
The column to edit.
ItemIdentifier
.