Class PopupDragWindow
For internal use.
Inheritance
System.Object
PopupDragWindow
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class PopupDragWindow : Popup, IDisposable
Constructors
PopupDragWindow()
Constructor.
Declaration
public PopupDragWindow()
Properties
DestroyChildOnStopDrag
For internal use.
Declaration
public bool DestroyChildOnStopDrag { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
IsDragging
For internal use.
Declaration
public bool IsDragging { get; }
Property Value
| Type |
|---|
| System.Boolean |
IsShowing
For internal use.
Declaration
public bool IsShowing { get; }
Property Value
| Type |
|---|
| System.Boolean |
Methods
DestroyChild()
For internal use.
Declaration
public void DestroyChild()
Dispose()
Declaration
public void Dispose()
Hide()
For internal use.
Declaration
public void Hide()
MoveTo(Point)
For internal use.
Declaration
public bool MoveTo(Point p)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Point | p |
Returns
| Type |
|---|
| System.Boolean |
ProvideElement(FrameworkElement)
For internal use.
Declaration
public void ProvideElement(FrameworkElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.FrameworkElement | element |
ProvideImage(Image)
For internal use.
Declaration
public void ProvideImage(Image image)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Controls.Image | image |
ProvideVisual(FrameworkElement)
For internal use.
Declaration
public void ProvideVisual(FrameworkElement visual)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.FrameworkElement | visual |
Show()
For internal use.
Declaration
public void Show()
StartDrag()
For internal use.
Declaration
public bool StartDrag()
Returns
| Type |
|---|
| System.Boolean |
StopDrag()
For internal use.
Declaration
public bool StopDrag()
Returns
| Type |
|---|
| System.Boolean |
Implements
System.IDisposable