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

ViewShowingEventArgs.TargetFrame Property

Provides access to the Frame in which a new View will be displayed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public Frame TargetFrame { get; }

Property Value

Type Description
Frame

A Frame object that represents the Frame in which the View will be displayed.

See Also