Sets if page tree controls should evaluate if tree nodes have children.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[BoolValidatorAttribute] [ManagerTabAttribute(ManagerTab.Advanced)] [ConfigurationPropertyAttribute("uiOptimizeTreeForSpeed", DefaultValue = "false", IsRequired = false)] public bool UIOptimizeTreeForSpeed { get; set; } |
Remarks
Default value is false. If set to true, tree controls will not evaluate if a node has children when it becomes visible.
Only nodes that have children will display an expand icon ([+]), i.e. [+]NodeName.
If set to true, tree controls will not evaluate if a node has children when it becomes visible. Thus all nodes will display
an expand icon, regardless of if it has children or not. This behaviour will increase performace when displaying large tree structures.