Skip to main content
.NET 6.0+

ViewShownEventArgs.TargetFrame Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Frame TargetFrame { get; }

Property Value

Type Description
Frame

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

See Also