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

PopupControlContainerInfo.CloseOnClick Property

Gets or sets whether or not this popup should automatically close after an end-user has clicked its child item. This is the dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public bool CloseOnClick { get; set; }

Property Value

Type Description
Boolean

true, if the popup should be automatically closed; otherwise, false.

See Also