Skip to main content
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.v23.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