Skip to main content
All docs
V25.1
  • WindowDragCompletedEventArgs.End Property

    Returns the end window position.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public Point End { get; }

    Property Value

    Type Description
    Point

    The X and Y coordinates of the Window’s top left corner.

    Remarks

    Refer to the WindowDragCompletedEventArgs class description for more information and an example.

    See Also