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

NuGet Package: DevExpress.Wpf.Core

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