Base:
property
DefaultCellStyle
System.Windows.Forms.DataGridViewColumn.DefaultCellStyle
1 write to DefaultCellStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
43
this.
DefaultCellStyle
= defaultCellStyle;
7 references to DefaultCellStyle
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (7)
256
this.
DefaultCellStyle
.NullValue is bool &&
257
(bool) this.
DefaultCellStyle
.NullValue == false)
259
this.
DefaultCellStyle
.NullValue = CheckState.Indeterminate;
262
this.
DefaultCellStyle
.NullValue is CheckState &&
263
(CheckState) this.
DefaultCellStyle
.NullValue == CheckState.Indeterminate)
265
this.
DefaultCellStyle
.NullValue = false;
336
DataGridViewCellStyle defaultCellStyle = this.
DefaultCellStyle
;