DataGridViewCell.InheritedStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取当前应用于单元格的样式。
public:
property System::Windows::Forms::DataGridViewCellStyle ^ InheritedStyle { System::Windows::Forms::DataGridViewCellStyle ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.InheritedStyle : System.Windows.Forms.DataGridViewCellStyle
Public ReadOnly Property InheritedStyle As DataGridViewCellStyle
属性值
当前应用于单元格的 DataGridViewCellStyle。
- 属性
例外
注解
控件 DataGridView 使用单元格 InheritedStyle 属性指示的样式显示其单元格,该属性从 类型的 DataGridViewCellStyle其他属性继承样式。 通过 Style 属性指定的样式替代通过所有其他单元格样式属性指定的样式,但不一定指示影响单元格外观的所有样式。
有关详细信息,请参阅 Windows 窗体 DataGridView 控件中的单元格样式。