Skip to main content

B1CheckBoxTreeEntryVMParam

  • Represents a single flattened entry in the checkbox tree view model,
    * including its identity, label, depth, checked state, icon rule, and sub-info.
PropertyTypeDescriptionMetadata
IdFNameUnique identifier for this checkbox tree entry.Category: B1CheckBoxTreeEntryVMParam
ParentIdFNameIdentifier of the parent entry in the tree hierarchy.Category: B1CheckBoxTreeEntryVMParam
LabelFStringDisplay label text for this entry.Category: B1CheckBoxTreeEntryVMParam
bDefaultCheckedboolWhether this entry is checked by default.Category: B1CheckBoxTreeEntryVMParam
IconDisplayRuleEB1CheckBoxIconDisplayRuleRule controlling when the icon is displayed for this entry.Category: B1CheckBoxTreeEntryVMParam
bUseSubInfoboolWhether a sub-info text is displayed alongside this entry.Category: B1CheckBoxTreeEntryVMParam
SubInfoTextFStringOptional sub-info text shown when bUseSubInfo is true.Category: B1CheckBoxTreeEntryVMParam
Depthint32Depth level of this entry in the tree hierarchy.Category: B1CheckBoxTreeEntryVMParam
bHasChildrenboolWhether this entry has child entries in the tree.Category: B1CheckBoxTreeEntryVMParam
bExpandedboolWhether this entry is expanded by default in the tree view.Category: B1CheckBoxTreeEntryVMParam
IndicatorsTArrayColored indicator dots shown next to this entry.Category: B1CheckBoxTreeEntryVMParam