Frame.SetView(View, Frame) Method
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v22.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | View | |
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