PopupWindow.Enabled Property
Gets or sets the current popup window’s availability on the client side.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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 ASPxfalse
, all popup windows are disabled regardless of an individual popup window’s Enabled property setting.