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

ASPxPopupControl.HasDefaultWindow() Method

Returns a value that specifies whether the current popup control represents the default popup window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public bool HasDefaultWindow()

Returns

Type Description
Boolean

true if the popup control’s ASPxPopupControl.Windows collection is empty; otherwise, false.

See Also