DataGridViewColumn::InheritedStyle Property
.NET Framework (current version)
Gets the cell style currently applied to the column.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property DataGridViewCellStyle^ InheritedStyle { virtual DataGridViewCellStyle^ get() override; }
Property Value
Type: System.Windows.Forms::DataGridViewCellStyle^A DataGridViewCellStyle that represents the cell style used to display the column.
This property is useful to determine which cell styles are applied to all cells in a column regardless of any row styles that are also applied to the cells. The column InheritedStyle property inherits its values from the DefaultCellStyle and the DataGridView::DefaultCellStyle property.
For more information about cell style inheritance, see Cell Styles in the Windows Forms DataGridView Control.
.NET Framework
Available since 2.0
Available since 2.0
Show: