Base:
property
CellTemplate
System.Windows.Forms.DataGridViewColumn.CellTemplate
6 references to CellTemplate
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs (6)
86
if (this.
CellTemplate
== null)
90
return ((DataGridViewButtonCell) this.
CellTemplate
).FlatStyle;
96
((DataGridViewButtonCell)this.
CellTemplate
).FlatStyle = value;
170
if (this.
CellTemplate
== null)
174
return ((DataGridViewButtonCell)this.
CellTemplate
).UseColumnTextForButtonValue;
180
((DataGridViewButtonCell)this.
CellTemplate
).UseColumnTextForButtonValueInternal = value;