Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Controller.Frame Property

Provides access to a Controller‘s Frame.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#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.

See Also