Skip to main content
.NET 6.0+

ViewShowingEventArgs.SourceFrame Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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