PopupControlContainer.CloseOnLostFocus Property
Obsolete. Gets or sets a value determining whether the PopupControlContainer is closed when it loses focus.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v20.2.dll
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; }
<Obsolete("This property is ignored, pop-up menus now provide the desired behavior out-of-the-box.", False)>
<DefaultValue(True)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property CloseOnLostFocus As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, if the PopupControlContainer is closed when it loses focus, otherwise, false. |
See Also
Feedback