DataGridViewCell.DataGridViewCellAccessibleObject.Owner Propiedad

Definición

Obtiene o establece la celda que posee el objeto 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

Valor de propiedad

DataGridViewCell que posee DataGridViewCell.DataGridViewCellAccessibleObject.

Excepciones

Al establecer esta propiedad, ya se ha establecido la propiedad Owner.

Se aplica a

Consulte también