Skip to main content
.NET 6.0+

WinWindow.Form Property

Provides access to the form that is the current WinWindow in a UI.

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public Form Form { get; }

Property Value

Type Description
Form

A Form object that is the current Window in a UI.

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