Skip to main content
A newer version of this page is available. .

WinWindow.Form Property

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

Namespace: DevExpress.ExpressApp.Win

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

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