Skip to main content
A newer version of this page is available. .

ShowViewSource.SourceFrame Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public Frame SourceFrame { get; }

Property Value

Type Description
Frame

A Frame from which the ShowViewStrategyBase.ShowView method is invoked.

See Also