Skip to main content
A newer version of this page is available. .
Bar

PopupControlContainer.CloseOnOuterMouseClick Property

OBSOLETE

This property is ignored, pop-up menus now provide the desired behavior out-of-the-box.

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

Declaration

[Obsolete("This property is ignored, pop-up menus now provide the desired behavior out-of-the-box.", false)]
[DefaultValue(true)]
[Browsable(false)]
public virtual bool CloseOnOuterMouseClick { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the dropdown control is closed on clicking outside its bounds; otherwise, false.

See Also