DataGridViewRow.InheritedStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取行中生效的单元格样式。
public:
virtual property System::Windows::Forms::DataGridViewCellStyle ^ InheritedStyle { System::Windows::Forms::DataGridViewCellStyle ^ get(); };
public override System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get; }
member this.InheritedStyle : System.Windows.Forms.DataGridViewCellStyle
Public Overrides ReadOnly Property InheritedStyle As DataGridViewCellStyle
属性值
一个用于指定行中的单元格的格式设置和样式信息的 DataGridViewCellStyle。
例外
行位于 DataGridView 控件中,并且是共享行。
注解
此属性可用于确定将哪些单元格样式应用于行中的所有单元格,而不考虑应用于单元格的任何列样式。 行 InheritedStyle 属性从以下属性继承其值:
DataGridView.AlternatingRowsDefaultCellStyle 具有奇数索引号的行的 ()
有关单元格样式继承的详细信息,请参阅 Windows 窗体 DataGridView 控件中的单元格样式。