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

FlyoutPanelOptions.CloseOnOuterClick Property

Gets or sets whether the FlyoutPanel is hidden on clicking outside the panel’s bounds.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Behavior")]
public bool CloseOnOuterClick { get; set; }

Property Value

Type Description
Boolean

true, if the FlyoutPanel is hidden on clicking outside the panel’s bounds; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to CloseOnOuterClick
FlyoutPanel
.Options.CloseOnOuterClick

Remarks

To forcibly hide the panel, use the FlyoutPanel.HidePopup method.

See Also