MutableEntityTreeNodeTItemBuildTree Method

Build a render tree with the given items.

Definition

Namespace: MobileTrack.Common.Models.TreeViews.ItemTree.EntityTree
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public void BuildTree(
	IEnumerable<TItem> items
)

Parameters

items  IEnumerableTItem
Items to build the render tree with

See Also