Back to Devexpress

FlyoutPanel.ParentForm Property

windowsforms-devexpress-dot-utils-dot-flyoutpanel-4e1aa8f1.md

latest1.7 KB
Original Source

FlyoutPanel.ParentForm Property

Gets or sets the form that owns this FlyoutPanel.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(true)]
[DefaultValue(null)]
[DXCategory("Options")]
public Form ParentForm { get; set; }
vb
<Browsable(True)>
<DefaultValue(Nothing)>
<DXCategory("Options")>
Public Property ParentForm As Form

Property Value

TypeDefaultDescription
Formnull

A Form that owns this FlyoutPanel.

|

Remarks

A FlyoutPanel object is displayed relative to its owner control, assigned to the panel’s FlyoutPanel.OwnerControl property. Most commonly, you do not need to manually bind a FlyoutPanel to a parent form. Use the ParentForm property to explicitly set the parent form for complex scenarios.

See Also

FlyoutPanel Class

FlyoutPanel Members

DevExpress.Utils Namespace