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

Controller.Frame Property

Provides access to a Controller‘s Frame.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

[Browsable(false)]
public Frame Frame { get; }

Property Value

Type Description
Frame

A Frame object representing the Current Controller’s Frame.

Remarks

All the Controllers that can be used in an application are defined in the Application Model. When a Frame is created, an instance of each of these Controllers is created and then registered whithin this Frame. Use the Frame property to access the Frame within which the current Controller is registered.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Frame 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