FlyoutPanelOptions.CloseOnOuterClick Property
Gets or sets whether the FlyoutPanel is hidden on clicking outside the panel’s bounds.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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 |
|
Remarks
To forcibly hide the panel, use the FlyoutPanel.HidePopup method.
See Also