DockPanel.HasAsParent(DockPanel) Method
Indicates whether the current panel has the specified panel as its parent.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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