Click or drag to resize

TreeGridViewReloadItem Method (ITreeGridItem, Boolean)

Refreshes the specified item and optionally all of its children, keeping the selection if not part of the refreshed nodes

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void ReloadItem(
	ITreeGridItem item,
	bool reloadChildren
)

Parameters

item
Type: Eto.FormsITreeGridItem
Item to refresh
reloadChildren
Type: SystemBoolean
Reload children of the specified item
See Also