Base:
property
InheritedStyle
System.Windows.Forms.DataGridViewBand.InheritedStyle
2 references to InheritedStyle
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewColumnTests.cs (2)
38
Assert.Same(column.DefaultCellStyle, column.
InheritedStyle
);
85
Assert.Same(column.DefaultCellStyle, column.
InheritedStyle
);