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

DockingEventArgs.Index Property

Gets the position of the dock panel within the owning collection.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public int Index { get; }

Property Value

Type Description
Int32

A zero-based integer specifying the position of the current panel within the owning collection.

See Also