JsonConfEditorAttributeForceChildLeafBehavior Property |
If set to true, forces the child items of an array in the configurators navigation tree (not the grid)
to be rendered as a leaf node, preventing their children from being shown
in the tree. This option has no effect on an item
that would already classify as a leaf.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool ForceChildLeafBehavior { get; set; }
Public Property ForceChildLeafBehavior As Boolean
Get
Set
public:
property bool ForceChildLeafBehavior {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also