5 overrides of EditType
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
74public override Type EditType
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
225public override Type EditType
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
476public override Type EditType
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
96public override Type EditType
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
119public override Type EditType
15 references to EditType
System.Windows.Forms (15)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5060if (dataGridViewCell.EditType != null)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (14)
2628Type editControlType = dataGridViewCell.EditType; 2661editControlType = dataGridViewCell.EditType; 4105(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null)))) 13196(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null))) 14909(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null))) 15556(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null)) 15559if (this.ptCurrentCell.X > -1 && this.CurrentCellInternal.EditType == null && !this.dataGridViewOper[DATAGRIDVIEWOPER_inMouseDown]) 17316(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null)) && 19224(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null))) 20615(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null))) 22321Type editControlType = dataGridViewCell.EditType; 25447dataGridViewCell.EditType != null) 27043(this.EditMode != DataGridViewEditMode.EditProgrammatically && currentCell.EditType == null))) 27070(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null))))