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

CustomizePopupWindowSizeEventArgs.PopupFrame Property

Provides access to the Frame which will arranged in a target popup window.

Namespace: DevExpress.ExpressApp.Web.Controls

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

Declaration

public Frame PopupFrame { get; }

Property Value

Type Description
Frame

The Frame object which will arranged in a target popup window.

See Also