AutoHideContainer.IndexOf(DockPanel) Method
Returns the specified dock panel’s position within the auto hide container.
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 to locate. |
Returns
Type | Description |
---|---|
Int32 | A zero-based integer representing the dock panel’s position within the auto hide container. -1 if the auto hide container doesn’t contain the specified dock panel. |
See Also