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.v24.1.dll
NuGet Package: 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