DataGridView.DataGridViewTopRowAccessibleObject.Owner Vlastnost

Definice

DataGridView Získá, který obsahuje řádek záhlaví sloupců.

public:
 property System::Windows::Forms::DataGridView ^ Owner { System::Windows::Forms::DataGridView ^ get(); void set(System::Windows::Forms::DataGridView ^ value); };
public System.Windows.Forms.DataGridView Owner { get; set; }
public System.Windows.Forms.DataGridView? Owner { get; set; }
member this.Owner : System.Windows.Forms.DataGridView with get, set
Public Property Owner As DataGridView

Hodnota vlastnosti

DataGridView

Obsahuje DataGridView řádek záhlaví sloupců.

Výjimky

Vlastnost Owner již byla nastavena.

Platí pro

Viz také