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

Frame.SetView(View, Frame) Method

Sets a specified View for the current Frame.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public bool SetView(
    View view,
    Frame sourceFrame
)

Parameters

Name Type Description
view View

A View object which is set for the current Frame.

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