Skip to main content
A newer version of this page is available. .

WindowDragCompletedEventArgs.End Property

Returns the end window position.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.2.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