DataGridViewCell.DataGridViewCellAccessibleObject.Owner Vlastnost

Definice

Získá nebo nastaví buňku, která vlastní DataGridViewCell.DataGridViewCellAccessibleObject.

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

Hodnota vlastnosti

Ten DataGridViewCell , který vlastní DataGridViewCell.DataGridViewCellAccessibleObject.

Výjimky

Při nastavování této vlastnosti Owner již byla vlastnost nastavena.

Platí pro

Viz také