Skip to main content
.NET 6.0+

ViewShownEventArgs.SourceFrame Property

Provides access to the Frame in which a newly created View was requested to be created.

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 the Frame in which the request to create a View was performed.

See Also