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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Frame | A Frame object that represents the Frame in which the request to create a View was performed. |
See Also