Table of Contents

Property SupportsLazyLoading

Namespace
Skyline.DataMiner.Net.AutomationUI.Objects
Assembly
SLNetTypes.dll

SupportsLazyLoading

Gets or sets a value indicating whether the item supports lazy loading. Default is false.

public bool SupportsLazyLoading { get; set; }

Property Value

bool

true if lazy loading is supported; otherwise, false.

Remarks

note

When this is set to true, an arrow will be shown in front of the tree view item, even when it does not have any child items. When the arrow is clicked, the script will continue (note that WantsOnChange is not required for this), and the expanded state of the item can be checked by using the GetExpanded method on UIResults. The child items for the expanded item can now be added to the tree view.