DataGridViewCell.DataGridViewCellAccessibleObject.Owner Propriété

Définition

Obtient ou définit la cellule qui possède le 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

Valeur de propriété

DataGridViewCell qui détient le DataGridViewCell.DataGridViewCellAccessibleObject.

Exceptions

Lors de la définition de cette propriété, la propriété Owner a déjà été définie.

S’applique à

Voir aussi