Back to Devexpress

Controller.Frame Property

expressappframework-devexpress-dot-expressapp-dot-controller-db3ab352.md

latest1.7 KB
Original Source

Controller.Frame Property

Provides access to a Controller‘s Frame.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[Browsable(false)]
public Frame Frame { get; }
vb
<Browsable(False)>
Public ReadOnly Property Frame As Frame

Property Value

TypeDescription
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

Controller Class

Controller Members

DevExpress.ExpressApp Namespace