cpr.controls.MenuItemSetConfig

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

Index

Properties
Name Type Description
accessKey #column You can specify or import shortcuts for menu items.
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

accessKey
type #column
You can specify or import shortcuts for menu items.
checked
declaring type TreeItemSetConfig
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
declaring type TreeItemSetConfig
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.