Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

WinWindow.Form Property

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

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v20.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