DataGridViewCell.DataGridViewCellAccessibleObject.Owner 속성

정의

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

속성 값

DataGridViewCell

DataGridViewCell.DataGridViewCellAccessibleObject을 소유하는 DataGridViewCell입니다.

예외

이 속성을 설정할 때 Owner 속성이 이미 설정되어 있는 경우

적용 대상

추가 정보