Back to Devexpress

FlyoutPanel.OwnerControl Property

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

latest1.7 KB
Original Source

FlyoutPanel.OwnerControl Property

Gets or sets the FlyoutPanel’s owner, relative to which the panel is displayed.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Options")]
public Control OwnerControl { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Options")>
Public Property OwnerControl As Control

Property Value

TypeDefaultDescription
Controlnull

The FlyoutPanel’s owner, relative to which the panel is displayed.

|

Remarks

The position at which the FlyoutPanel is displayed relative to the OwnerControl is specified by the FlyoutPanelOptions.AnchorType property.

See Also

AnchorType

ShowPopup

HidePopup

FlyoutPanel Class

FlyoutPanel Members

DevExpress.Utils Namespace