Class FieldDialogBox
Implements the dialog box that contains the column names for choosing.
Inheritance
System.Object
FieldDialogBox
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class FieldDialogBox : Form
Constructors
FieldDialogBox()
Initializes a new instance of the FieldDialogBox class.
Declaration
public FieldDialogBox()
Fields
count
For internal use.
Declaration
public int[] count
Field Value
Type |
---|
System.Int32[] |
FieldChooserGridList
For internal use.
Declaration
public GridControl FieldChooserGridList
Field Value
Type |
---|
GridControl |
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. |