Skip to main content
.NET 6.0+

ShowViewSource.SourceFrame Property

Contains a reference to the Frame, from which the ShowViewStrategyBase.ShowView method is invoked.

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 from which the ShowViewStrategyBase.ShowView method is invoked.

See Also