Skip to main content

B1CheckBoxTreeRootNode

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