WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FieldTreeDialogBox - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    System.Int32[]

    treeViewAdv1

    Variable setting the treeview for the Grid

    Declaration
    [CLSCompliant(false)]
    public TreeViewAdv treeViewAdv1
    Field Value
    Type Description
    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.

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