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

PopupShowingEventArgs.ShowViewSource Property

Gets the object providing access to the popup window’s source Action.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public ShowViewSource ShowViewSource { get; }

Property Value

Type Description
ShowViewSource

A ShowViewSource object providing access to the popup window’s source Action.

See Also