Class PopupWindow
Comment popup and datavalidation poopup are derived from the form.
Inheritance
System.Object
PopupWindow
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class PopupWindow : Form, IDisposable
Constructors
PopupWindow(SfCellGrid)
Initialize the required values in the popup window constructor.
Declaration
public PopupWindow(SfCellGrid cellgrid)
Parameters
Type | Name | Description |
---|---|---|
SfCellGrid | cellgrid |
Methods
Dispose()
Dispose the objects.
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Implements
System.IDisposable