cpr.controls.TreeItemSelectionType

Tree's item selection type. This is a method of selecting child items when the multiple property of Tree is true.

Index

Properties
Name Type Description
single String Only the Item itself is selected.
allchild String The item is selected including its child nodes.

Properties

single
type String
Only the Item itself is selected.
allchild
type String
The item is selected including its child nodes.