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