DataGridViewColumn.InheritedStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取当前应用于该列的单元格样式。
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,表示显示该列时使用的单元格样式。
- 属性
注解
此属性可用于确定哪些单元格样式应用于列中的所有单元格,而不考虑应用于单元格的任何行样式。 列 InheritedStyle 属性从 DefaultCellStyle 和 DataGridView.DefaultCellStyle 属性继承其值。
有关单元格样式继承的详细信息,请参阅 Windows 窗体 DataGridView 控件中的单元格样式。