DataGridViewColumn.InheritedStyle 属性

定义

获取当前应用于该列的单元格样式。

public:
 virtual property System::Windows::Forms::DataGridViewCellStyle ^ InheritedStyle { System::Windows::Forms::DataGridViewCellStyle ^ get(); };
[System.ComponentModel.Browsable(false)]
public override System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.InheritedStyle : System.Windows.Forms.DataGridViewCellStyle
Public Overrides ReadOnly Property InheritedStyle As DataGridViewCellStyle

属性值

DataGridViewCellStyle

DataGridViewCellStyle,表示显示该列时使用的单元格样式。

属性

注解

此属性可用于确定哪些单元格样式应用于列中的所有单元格,而不考虑应用于单元格的任何行样式。 列 InheritedStyle 属性从 DefaultCellStyleDataGridView.DefaultCellStyle 属性继承其值。

有关单元格样式继承的详细信息,请参阅 Windows 窗体 DataGridView 控件中的单元格样式

适用于

另请参阅