Skip to main content

FlyoutPanelOptions.CloseOnOuterClick Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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