DataGridView.DataGridViewTopRowAccessibleObject.Owner 属性          
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含列标头行的 DataGridView。
public:
 property System::Windows::Forms::DataGridView ^ Owner { System::Windows::Forms::DataGridView ^ get(); void set(System::Windows::Forms::DataGridView ^ value); };public System.Windows.Forms.DataGridView Owner { get; set; }public System.Windows.Forms.DataGridView? Owner { get; set; }member this.Owner : System.Windows.Forms.DataGridView with get, setPublic Property Owner As DataGridView属性值
包含列标头行的 DataGridView。
例外
已设置 Owner 属性。