Skip to main content
A newer version of this page is available. .

AutoHideContainer.IndexOf(DockPanel) Method

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

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