ComponentOne DataGrid for WPF and Silverlight
EditOnSelection Property (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : EditOnSelection Property
Gets or sets a value indicating how the cells enters in edit mode when the user clicks on a cell of this column.
Syntax
'Declaration
 
Public Property EditOnSelection As System.Boolean
public System.bool EditOnSelection {get; set;}
Remarks
If set to true, It enters in edit mode when the cell is selected, otherwise the user should click one time to select the cell, and click again to enter in edit mode.
See Also

Reference

DataGridColumn Class
DataGridColumn Members