Click or drag to resize

DockingElementItem(String) Property

Gets the docking element with the specified name.

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[
	string name
] { get; }

Parameters

name  String
Name of element.

Return Value

IDockingElement
Docking element with specified name.

Implements

IDockingElementItemString
See Also