Click or drag to resize

TreeGridViewReloadItem Method (ITreeGridItem)

Refreshes the specified item and all 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
)

Parameters

item
Type: Eto.FormsITreeGridItem
Item to refresh, including its children
See Also