Click or drag to resize

IDockingElementItem(Int32) Property

Gets the docking element at the specified index.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
IDockingElement this[
	int index
] { get; }

Parameters

index  Int32
Index.

Return Value

IDockingElement
Docking element at specified index.
See Also