Interface ITreeGridViewNotifier
Interface used to associate tree grid with view.
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public interface ITreeGridViewNotifier
Methods
AttachTreeView(Object)
Associates treeGrid in view.
Declaration
void AttachTreeView(object treeGrid)
Parameters
Type | Name | Description |
---|---|---|
System.Object | treeGrid |
DetachTreeView()
Detach the grid instance present in the view while disposing the view.
Declaration
void DetachTreeView()
GetTreeGrid()
Gets treeGrid associated in the view.
Declaration
object GetTreeGrid()
Returns
Type | Description |
---|---|
System.Object | treeGrid. |