

| Name | Value | Description | |||
| exBrowseItemDisable | 0 | The item can not be browsed. Nothing happens if the user clicks the item, even it has child items or any custom control attached. | |||
| exBrowseItemChild | 1 | The item browses its children. The child items get displayed when the user
clicks the item. 
 | |||
| exBrowseItemCustom | 2 | The item browses custom data. The custom control is being shown, when the user
clicks the item. 
 |