ILazyLoadingNode Interface

Definition

Allows a node to defer the adding of child nodes to its nodes collection until the user has clicked the plus sign (+).

public interface class ILazyLoadingNode
public interface ILazyLoadingNode
type ILazyLoadingNode = interface
Public Interface ILazyLoadingNode
Derived

Properties

Expandable

Gets a value indicating whether the node may have children.

Expanding

Gets a value indicating whether the node is currently expanding.

Methods

CancelExpand()

Cancels the expanding of the node.

EnumerateChildren()

Performs the building of children.

Applies to