Back to Devexpress

PopupControlContainer.CloseOnClick Property

wpf-devexpress-dot-xpf-dot-bars-dot-popupcontrolcontainer-2e61c3af.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool CloseOnClick { get; set; }
vb
Public Property CloseOnClick As Boolean

Property Value

TypeDescription
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

PopupControlContainer Class

PopupControlContainer Members

DevExpress.Xpf.Bars Namespace