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

RepositoryItemPopupContainerEdit.CloseOnLostFocus Property

Obsolete. Gets or sets whether to close the popup window when another form is opened.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
public virtual bool CloseOnLostFocus { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the dropdown is closed when another form is opened; otherwise, false.

Remarks

This property is obsolete. Use the RepositoryItemPopupContainerEdit.CloseOnOuterMouseClick property to prevent closing the dropdown window when the user clicks outside it.

See Also