Class FieldTreeDialogBox
Implements the dialog box that contains the column names for choosing with tree view.
Inheritance
System.Object
FieldTreeDialogBox
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class FieldTreeDialogBox : Form
Constructors
FieldTreeDialogBox()
Initializes a new instance of the FieldTreeDialogBox class.
Declaration
public FieldTreeDialogBox()
Fields
count
For internal use.
Declaration
public int[] count
Field Value
Type |
---|
System.Int32[] |
treeViewAdv1
Variable setting the treeview for the Grid
Declaration
[CLSCompliant(false)]
public TreeViewAdv treeViewAdv1
Field Value
Type |
---|
TreeViewAdv |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |