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

XafPopupWindowControl.WrapperPanel Property

Gets a wrapper of the panel of the current control.

Namespace: DevExpress.ExpressApp.Web.Controls

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public Panel WrapperPanel { get; }

Property Value

Type Description
Panel

A Panel value which is a wrapper of the panel of the current control.

See Also