Back to Devexpress

FlyoutPanelOptions.CloseOnOuterClick Property

windowsforms-devexpress-dot-utils-dot-flyoutpaneloptions-3e665839.md

latest1.9 KB
Original Source

FlyoutPanelOptions.CloseOnOuterClick Property

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

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Behavior")]
public bool CloseOnOuterClick { get; set; }
vb
<DXCategory("Behavior")>
Public Property CloseOnOuterClick As Boolean

Property Value

TypeDescription
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 TypePath to CloseOnOuterClick
FlyoutPanel

.Options .CloseOnOuterClick

|

Remarks

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

See Also

HidePopup

ShowPopup

FlyoutPanelOptions Class

FlyoutPanelOptions Members

DevExpress.Utils Namespace