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 |