Skip to main content
A newer version of this page is available. .

DockPanel.HasAsChild(DockPanel) Method

Indicates whether the dock panel contains the specified child panel.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

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