DataGridViewCell.DataGridViewCellAccessibleObject.Owner Propiedad

Definición

Obtiene o establece la celda propietaria de 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; }
member this.Owner : System.Windows.Forms.DataGridViewCell with get, set
Public Property Owner As DataGridViewCell

Valor de propiedad

que DataGridViewCell posee el DataGridViewCell.DataGridViewCellAccessibleObjectobjeto .

Excepciones

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

Se aplica a

Consulte también