Skip to main content

DockPanel.HasAsParent(DockPanel) Method

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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