DataGridViewCell.DataGridViewCellAccessibleObject.Owner Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define a célula que possui o 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 da propriedade
O DataGridViewCell que tem o DataGridViewCell.DataGridViewCellAccessibleObject.
Exceções
Ao definir essa propriedade, a propriedade Owner já foi definida.