Skip to main content
A newer version of this page is available. .
Bar

PopupControlContainer.CloseOnClick Property

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.v19.2.dll

Declaration

public bool CloseOnClick { get; set; }

Property Value

Type Description
Boolean

true, if the current PopupControlContainer should be closed after an end-user clicks its content; otherwise, false.

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