Skip to main content

DockingEventArgs.Index Property

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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