Base:
property
DefaultCellStyle
System.Windows.Forms.DataGridViewBand.DefaultCellStyle
3 references to DefaultCellStyle
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1915rowStyle = DataGridView.Rows.SharedRow(rowIndex).DefaultCellStyle;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (2)
98throw new InvalidOperationException(string.Format(SR.DataGridView_InvalidPropertySetOnSharedRow, nameof(DefaultCellStyle))); 800rowStyle = DefaultCellStyle;