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