Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is ignored, pop-up menus now provide the desired behavior out-of-the-box.", 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