Share via


DataGridViewBand.InheritedStyle Özellik

Tanım

Stil devralmayı hesaba katarak geçerli bant için hücre stilini etkin hale getirir.

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

Özellik Değeri

DataGridViewCellStyle ile ilişkili bir DataGridViewBand. Varsayılan değer: null.

Öznitelikler

Açıklamalar

Bu temel sınıf öğe içeremediğinden, bu özelliğin DataGridViewBand sınıfına uygulanması her zaman döndürür null .

Stil devralma hakkında daha fazla bilgi için bkz. Windows Forms DataGridView Denetimindeki Hücre Stilleri.

Şunlara uygulanır

Ayrıca bkz.