Skip to main content
.NET Framework 4.6.2+

WinWindowShowingEventArgs.Window Property

Gets a WinWindow to be displayed.

Namespace: DevExpress.ExpressApp.Win

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

Declaration

public WinWindow Window { get; }

Property Value

Type Description
WinWindow

A WinWindow to be displayed.

See Also