Click or drag to resize

DockingElementItem(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#
public virtual IDockingElement this[
	int index
] { get; }

Parameters

index  Int32
Index.

Return Value

IDockingElement
Docking element at specified index.

Implements

IDockingElementItemInt32
See Also