DataGridViewCell.DataGridViewCellAccessibleObject.Owner Właściwość

Definicja

Pobiera lub ustawia komórkę, która jest właścicielem 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

Wartość właściwości

DataGridViewCell

ElementDataGridViewCell, który jest właścicielem .DataGridViewCell.DataGridViewCellAccessibleObject

Wyjątki

Podczas ustawiania tej właściwości właściwość Owner została już ustawiona.

Dotyczy

Zobacz też