다음을 통해 공유


ListViewGroup.ListView 속성

정의

이 그룹이 들어 있는 ListView 컨트롤을 가져옵니다.

public:
 property System::Windows::Forms::ListView ^ ListView { System::Windows::Forms::ListView ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ListView ListView { get; }
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ListView? ListView { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ListView : System.Windows.Forms.ListView
Public ReadOnly Property ListView As ListView

속성 값

ListView

이 그룹이 들어 있는 ListView 컨트롤입니다.

특성

적용 대상