Skip to main content
.NET 6.0+

WinWindowShowingEventArgs.Window Property

Gets a WinWindow to be displayed.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public WinWindow Window { get; }

Property Value

Type Description
WinWindow

A WinWindow to be displayed.

See Also