menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITreeGridViewNotifier - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITreeGridViewNotifier

    Interface used to associate tree grid with view.

    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved