DockPanel.HasAsChild(DockPanel) Method
Indicates whether the dock panel contains the specified child panel.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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