Skip to main content

AutoHideContainer.IndexOf(DockPanel) Method

Returns the specified dock panel’s position within the auto hide container.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int IndexOf(
    DockPanel panel
)

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