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