PopupControlContainer.CloseOnClick Property
In This Article
Gets or sets whether the current PopupControlContainer should be closed after an end-user clicks its content.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if the current Popup |
#Remarks
By default, after a pop-up opens an end-user can click numerous times within this pop-up. To close a pop-up window, an end-user should click outside of it. If the CloseOnClick property is set to true, the pop-up will close immediately after a click.
See Also