Back to Devexpress

DockPanel.HasAsParent(DockPanel) Method

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-dot-hasasparent-x28-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-x29.md

latest1.6 KB
Original Source

DockPanel.HasAsParent(DockPanel) Method

Indicates whether the current panel has the specified panel as its parent.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool HasAsParent(
    DockPanel panel
)
vb
Public Function HasAsParent(
    panel As DockPanel
) As Boolean

Parameters

NameTypeDescription
panelDockPanel

A DockPanel object representing the panel to test.

|

Returns

TypeDescription
Boolean

true if the current panel has the specified panel as its parent; otherwise false.

|

See Also

HasAsChild(DockPanel)

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace