Skip to main content

WindowDragCompletedEventArgs.Start Property

Returns the initial window position.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public Point Start { 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