Skip to main content

WinWindow.Form Property

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

Namespace: DevExpress.ExpressApp.Win

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

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

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Form property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also