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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
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