Base:
property
InheritedStyle
System.Windows.Forms.DataGridViewBand.InheritedStyle
5 references to InheritedStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
233
throw new InvalidOperationException(string.Format(SR.DataGridView_InvalidPropertyGetOnSharedRow, nameof(
InheritedStyle
)));
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewRowTests.cs (4)
38
Assert.Throws<InvalidOperationException>(() => row.
InheritedStyle
);
2180
Assert.Equal(expected, row.
InheritedStyle
);
2187
Assert.Throws<InvalidOperationException>(() => row.
InheritedStyle
);
2199
Assert.Throws<InvalidOperationException>(() => row.
InheritedStyle
);