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

ShowViewSource.SourceView Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public View SourceView { get; }

Property Value

Type Description
View

A View that is represented by the Frame, from which the ShowViewStrategyBase.ShowView method is invoked.

See Also