Tells that this cell should start editing.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
bool ShouldStartEditing { get; set; }
Visual Basic
Property ShouldStartEditing As Boolean
	Get
	Set
JScript
function get ShouldStartEditing () : boolean
function set ShouldStartEditing (value : boolean)

See Also