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
)
Public Sub ReloadItem (
item As ITreeGridItem
)
member ReloadItem :
item : ITreeGridItem -> unit
Parameters
- item
- Type: Eto.FormsITreeGridItem
Item to refresh, including its children
See Also