WinWindow.Form Property
Provides access to the form that is the current WinWindow in a UI.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
Remarks
This property returns the same control as the Window.Template property. The only difference is that the Form property casts this control to the Form type.
See Also