Skip to main content

B1CheckBoxTreeMidNode

  • Data definition for a mid-level node in a checkbox tree, specifying its identity,
    * label, default states, icon rule, sub-info, and a list of child leaf nodes.
PropertyTypeDescriptionMetadata
IdFNameUnique identifier for this mid node.Category: B1CheckBoxTreeMidNode
LabelFStringDisplay label text for this mid node.Category: B1CheckBoxTreeMidNode
bDefaultExpandedboolWhether this mid node is expanded by default.Category: B1CheckBoxTreeMidNode
bDefaultCheckedboolWhether this mid node is checked by default.Category: B1CheckBoxTreeMidNode
IconDisplayRuleEB1CheckBoxIconDisplayRuleRule controlling when the icon is displayed for this mid node.Category: B1CheckBoxTreeMidNode
bUseSubInfoboolWhether a sub-info text is displayed alongside this mid node.Category: B1CheckBoxTreeMidNode
SubInfoTextFStringOptional sub-info text shown when bUseSubInfo is true.Category: B1CheckBoxTreeMidNode
ChildrenTArrayList of leaf node children belonging to this mid node.Category: B1CheckBoxTreeMidNode