menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeViewAdvEditorForm

    Displays the form which is used to edit the nodes.

    Inheritance
    System.Object
    TreeViewAdvEditorForm
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeViewAdvEditorForm : Form

    Constructors

    TreeViewAdvEditorForm()

    Initialize a new instance of the TreeViewAdvEditorForm class.

    Declaration
    public TreeViewAdvEditorForm()

    TreeViewAdvEditorForm(MultiColumnTreeView, IServiceProvider)

    Initialize a new instance of the TreeViewAdvEditorForm class.

    Declaration
    public TreeViewAdvEditorForm(MultiColumnTreeView treeViewAdv, IServiceProvider provider)
    Parameters
    Type Name Description
    MultiColumnTreeView treeViewAdv

    The TreeViewAdv.

    System.IServiceProvider provider

    The service provider.

    Methods

    Dispose(Boolean)

    Cleans up any resources being used.

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

    bool disposing

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