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

PopupControlContainer.CloseOnLostFocus Property

OBSOLETE

This property is ignored, pop-up menus now provide the desired behavior out-of-the-box.

Gets or sets a value determining whether the PopupControlContainer is closed when it loses focus.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Obsolete("This property is ignored, pop-up menus now provide the desired behavior out-of-the-box.", false)]
[DefaultValue(true)]
[Browsable(false)]
public virtual bool CloseOnLostFocus { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the PopupControlContainer is closed when it loses focus, otherwise, false.

See Also