public TreeCollectionView Rows { get; set; }Public Property Rows As TreeCollectionView
Get
Setpublic:
property TreeCollectionView^ Rows {
TreeCollectionView^ get ();
void set (TreeCollectionView^ value);
}member Rows : TreeCollectionView with get, set