Base:
property
DefaultCellStyle
System.Windows.Forms.DataGridViewBand.DefaultCellStyle
2 references to DefaultCellStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
2197rowStyle = this.DataGridView.Rows.SharedRow(rowIndex).DefaultCellStyle;
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
878rowStyle = this.DefaultCellStyle;