Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ViewShowingEventArgs.SourceFrame Property

Provides access to the Frame for which creation of a new View was requested.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Frame SourceFrame { get; }

Property Value

Type Description
Frame

A Frame object that represents a source Frame for the View to be created.

See Also