Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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