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.v24.1.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