Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FlyoutPanelOptions.CloseOnHidingOwner Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

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

#Declaration

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

#Property Value

Type Description
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 Type Path 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