Base:
property
DefaultCellStyle
System.Windows.Forms.DataGridViewColumn.DefaultCellStyle
1 write to DefaultCellStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (1)
48
this.
DefaultCellStyle
= defaultCellStyle;
7 references to DefaultCellStyle
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (7)
264
this.
DefaultCellStyle
.NullValue is Bitmap &&
265
(Bitmap) this.
DefaultCellStyle
.NullValue == DataGridViewImageCell.ErrorBitmap)
267
this.
DefaultCellStyle
.NullValue = DataGridViewImageCell.ErrorIcon;
270
this.
DefaultCellStyle
.NullValue is Icon &&
271
(Icon) this.
DefaultCellStyle
.NullValue == DataGridViewImageCell.ErrorIcon)
273
this.
DefaultCellStyle
.NullValue = DataGridViewImageCell.ErrorBitmap;
328
DataGridViewCellStyle defaultCellStyle = this.
DefaultCellStyle
;