Skip to main content
.NET 6.0+

Frame.SetView(View, Frame) Method

Sets a specified View for the current Frame.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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