Concept Framework 2.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
Items | property | public | version 1.0 | no |
Read property Items [MultiItems] |
Represents the items kept by the RTreeView. The items are represented using a MultiItems structure. On this structure you can apply the [] operator or use the Count property. |
// One can retrieve the contents of the RTreeView as so var index=TreeView.RowIndex; var count=TreeView.Items.Count; echo "There are $count items in the TreeView "; if (index>-1) item= TreeView.Items[index]; |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:14 2011 GMT | (c)2011 RadGs Software |