Back to Devexpress

FlyoutPanelOptions.CloseOnHidingOwner Property

windowsforms-devexpress-dot-utils-dot-flyoutpaneloptions-e1c0d9e7.md

latest2.1 KB
Original Source

FlyoutPanelOptions.CloseOnHidingOwner Property

Gets or sets whether the FlyoutPanel is automatically closed when the owner control is hidden.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

true if the FlyoutPanel is automatically closed when the owner control is hidden; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CloseOnHidingOwner
FlyoutPanel

.Options .CloseOnHidingOwner

|

Remarks

By default, if the control that owns the current FlyoutPanel is hidden from view, the FlyoutPanel closes and does not automatically open when the owner control becomes visible again. Set the CloseOnHidingOwner property to false to display the FlyoutPanel when the hidden owner control becomes visible.

See Also

DefaultCloseOnHidingOwner

FlyoutPanelOptions Class

FlyoutPanelOptions Members

DevExpress.Utils Namespace