Back to Devexpress

DockPanel.HasAsChild(DockPanel) Method

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

latest1.6 KB
Original Source

DockPanel.HasAsChild(DockPanel) Method

Indicates whether the dock panel contains the specified child panel.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Parameters

NameTypeDescription
panelDockPanel

A DockPanel object representing the dock panel to test.

|

Returns

TypeDescription
Boolean

true if the dock panel is the parent of the specified panel; otherwise false.

|

See Also

HasAsParent(DockPanel)

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace