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 控件。

属性

适用于