IDockingElementItem(String) Property |
Gets the docking element with the specified name.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxIDockingElement this[
string name
] { get; }Parameters
- name String
- Name of element.
Return Value
IDockingElementDocking element with specified name.
See Also