DataGridViewBand.InheritedStyle 属性

定义

获取对于当前带区有效的单元格样式(考虑样式继承)。

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

属性值

DataGridViewCellStyle 关联的 DataGridViewBand。 默认值为 null

属性

注解

类中 DataGridViewBand 此属性的实现始终返回, null 因为此基类不能包含元素。

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

适用于

另请参阅