DataGridViewCell.InheritedState Vlastnost

Definice

Získá aktuální stav buňky jako zděděný ze stavu jejího řádku a sloupce.

public:
 property System::Windows::Forms::DataGridViewElementStates InheritedState { System::Windows::Forms::DataGridViewElementStates get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataGridViewElementStates InheritedState { get; }
[<System.ComponentModel.Browsable(false)>]
member this.InheritedState : System.Windows.Forms.DataGridViewElementStates
Public ReadOnly Property InheritedState As DataGridViewElementStates

Hodnota vlastnosti

Bitové kombinace DataGridViewElementStates hodnot představujících aktuální stav buňky.

Atributy

Výjimky

Buňka není obsažena v ovládacím DataGridView prvku a hodnota její RowIndex vlastnosti není -1.

Buňka je obsažena v ovládacím DataGridView prvku a hodnota její RowIndex vlastnosti je -1.

Platí pro

Viz také