Frame.SetView(View, Boolean, Frame) Method
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | View | |
updateControllers | Boolean | true If the Frame’s Controllers are activated after setting a new View; otherwise, false. |
sourceFrame | Frame | A Frame object in which a new View was requested to be created. |
Returns
Type | Description |
---|---|
Boolean | true if an old View can be changed by another one; otherwise, false. |
Remarks
For internal use only.
See Also