Skip to main content

WinWindowShowingEventArgs.Window Property

Gets a WinWindow to be displayed.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v26.1.dll

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

public WinWindow Window { get; }

Property Value

Type Description
WinWindow

A WinWindow to be displayed.

See Also