menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PopupPositionWindow - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved