3 references to TextBoxCellTemplate
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewTextBoxColumn.cs (3)
59
if (this.
TextBoxCellTemplate
== null)
63
return this.
TextBoxCellTemplate
.MaxInputLength;
69
this.
TextBoxCellTemplate
.MaxInputLength = value;