cpr.controls.TreeItemSetConfig

Configuration properties to bind to the columns of the dataset.
Hierarchy

Index

Properties
Name Type Description
checked #column Check item
icon #column The icon's path to the item.
label #column The text to be displayed for the item.
parentValue #column The value of the parent item of the tree item.
tooltip #column Display item description.
value #column The value of the item.

Properties

checked
type #column
Check item
icon
declaring type ItemSetConfig
type #column
The icon's path to the item.
label
declaring type ItemSetConfig
type #column
The text to be displayed for the item.
parentValue
type #column
The value of the parent item of the tree item.
tooltip
declaring type ItemSetConfig
type #column
Display item description.
value
declaring type ItemSetConfig
type #column
The value of the item.