Skip to main content
Bar

PopupControlContainerInfo.CloseOnClick Property

Gets or sets whether 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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool CloseOnClick { get; set; }

Property Value

Type Description
Boolean

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

See Also