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

DockPanel.HasAsParent(DockPanel) Method

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public bool HasAsParent(
    DockPanel panel
)

Parameters

Name Type Description
panel DockPanel

A DockPanel object representing the panel to test.

Returns

Type Description
Boolean

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

See Also