Skip to main content

DockPanel.HasAsChild(DockPanel) Method

Indicates whether the dock panel contains the specified child panel.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool HasAsChild(
    DockPanel panel
)

Parameters

Name Type Description
panel DockPanel

A DockPanel object representing the dock panel to test.

Returns

Type Description
Boolean

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

See Also