Class PivotGridControl.PopupWindow
Represents a Pop-up Window control to display the PivotValueChooser.
Inheritance
System.Object
PivotGridControl.PopupWindow
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public sealed class PopupWindow : ToolStripDropDown
Constructors
PopupWindow(Control)
Initializes a new instance of the PivotGridControl.PopupWindow class with the specified System.Windows.Forms.Control.
Declaration
public PopupWindow(Control content)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | content | The System.Windows.Forms.Control instance that provides visual representation. |