Class PopupPositionWindow
For internal use.
Inheritance
System.Object
PopupPositionWindow
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class PopupPositionWindow : Popup, IDisposable
Constructors
PopupPositionWindow()
Constructor.
Declaration
public PopupPositionWindow()
Methods
Dispose()
Declaration
public void Dispose()
Hide()
Hides the popup.
Declaration
public void Hide()
Move(Point)
Moves the popup to the specified point.
Declaration
public void Move(Point p)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Point | p | The target point. |
Implements
System.IDisposable