DataGridViewColumn.InheritedStyle Vlastnost

Definice

Získá styl buňky, který se aktuálně používá ve sloupci.

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)]
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

Hodnota vlastnosti

A DataGridViewCellStyle , který představuje styl buňky použitý k zobrazení sloupce.

Atributy

Poznámky

Tato vlastnost je užitečná k určení, které styly buněk se použijí na všechny buňky ve sloupci bez ohledu na styly řádků, které jsou také použity na buňky. Vlastnost column InheritedStyle dědí své hodnoty z DefaultCellStyle vlastnosti a DataGridView.DefaultCellStyle .

Další informace o dědičnosti stylů buněk najdete v tématu Styly buněk v ovládacím prvku model Windows Forms DataGridView.

Platí pro

Viz také