PopupWindow.Enabled Property
Gets or sets the current popup window’s availability on the client side.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
When this property is set to false
, the popup window is not rendered into the page and so can’t be manipulated on the client side.
Note
The false
value assigned to the Enabled property of a popup window overrides the true
value set for the popup control’s ASPxWebControl.Enabled property which specifies the availability of all popup windows from the ASPxPopupControl.Windows collection. If the ASPxWebControl.Enabled property is set to false
, all popup windows are disabled regardless of an individual popup window’s Enabled property setting.