menu

WPF

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

    Show / Hide Table of Contents

    Class TreeNodeView

    A customized viewgroup used to add, measure and layout both the expander view and content view for SfTreeView.

    Inheritance
    System.Object
    TreeNodeView
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.SfTreeView.WPF.dll
    Syntax
    public class TreeNodeView : ContentControl, IDisposable

    Constructors

    TreeNodeView()

    Initializes a new instance of the TreeNodeView class.

    Declaration
    public TreeNodeView()

    Methods

    Dispose()

    Dispose all the allocated resources.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Dispose the instances, if parameter is true.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Represents the boolean value for disposing objects.

    Implements

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