PopupControlContainer.CloseOnOuterMouseClick Property
Obsolete. Gets or sets whether the current dropdown control must be closed on clicking outside its bounds, and at the same time, within another popup window that belongs to the current dropdown control.
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 CloseOnOuterMouseClick { 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 CloseOnOuterMouseClick As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true if the dropdown control is closed on clicking outside its bounds; otherwise, false. |
See Also
Feedback