Back to Devexpress

DockingEventArgs.Index Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockingeventargs-45ee8a7d.md

latest1.3 KB
Original Source

DockingEventArgs.Index Property

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

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public int Index { get; }
vb
Public ReadOnly Property Index As Integer

Property Value

TypeDescription
Int32

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

|

See Also

Index

Docking Panels Programmatically

DockingEventArgs Class

DockingEventArgs Members

DevExpress.XtraBars.Docking Namespace