Skip to main content
Tab

ASPxPopupControl.HasDefaultWindow() Method

In This Article

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public bool HasDefaultWindow()

#Returns

Type Description
Boolean

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

See Also